#a1d662

Color #A1D662 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A1D662

Tints of Conifer #A1D662

Color information

#A1D662 (or 0xA1D662) is unknown color: approx Conifer. HEX triplet: A1, D6 and 62. RGB value is (161,214,98). Sum of RGB (Red+Green+Blue) = 161+214+98=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D662 is #5E299D. Grayscale: #B9B9B9. Windows color (decimal): -6171038 or 6477473. OLE color: 6477473.

HSL color Cylindrical-coordinate representation of color #A1D662: hue angle of 87.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1D662 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB16121498-
CMYK0.2500.540.16
HSL87.41º58.59%61.18%-
HSV(B)87.41º54.21%83.92%-
XYZ40.9556.5520.31-
YUV184.9378.94110.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 214 (83.98% from 255) = 45.24%
BLUE value IS 98 (38.67% from 255) = 20.72%
R=34.04%
G=45.24%
B=20.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161214980.2500.540.1687.4158.5961.18
HexA1D6621903610573b3d
Octal24132614231066201277375
Binary10100001110101101100010110010110110100001010111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1d662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1d662; }

 p { color: rgb(161,214,98); }

 H1.HeaderClassName
 {
   color: #a1d662;
 }
 .AnyTagClassName
 {
   color: #a1d662;
 }
</style>
background-color css

<style>
 a { background-color: #a1d662; }

 a { background-color: rgb(161,214,98); }

 div.DivClassName
 {
   background-color: #a1d662;
 }
 .BgClassName
 {
   background-color: #a1d662;
 }
</style>
border-color css

<style>
 span { border-color: #a1d662; }

 span { border-color: rgb(161,214,98); }

 td.TdClassName
 {
   border-color: #a1d662;
 }
 .TagClassName
 {
   border-color: #a1d662;
 }
</style>