#A2EA66

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

Shades of Conifer #A2EA66

Tints of Conifer #A2EA66

Color information

#A2EA66 (or 0xA2EA66) is unknown color: approx Conifer. HEX triplet: A2, EA and 66. RGB value is (162,234,102). Sum of RGB (Red+Green+Blue) = 162+234+102=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA66 is #5D1599. Grayscale: #C5C5C5. Windows color (decimal): -6100378 or 6744738. OLE color: 6744738.

HSL color Cylindrical-coordinate representation of color #A2EA66: hue angle of 92.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2EA66 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB162234102-
CMYK0.3100.560.08
HSL92.73º75.86%65.88%-
HSV(B)92.73º56.41%91.76%-
XYZ46.7267.4923.13-
YUV197.4274.15102.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 234 (91.80% from 255) = 46.99%
BLUE value IS 102 (40.23% from 255) = 20.48%
R=32.53%
G=46.99%
B=20.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622341020.3100.560.0892.7375.8665.88
HexA2EA661F03885d4c42
Octal2423521463707010135114102
Binary101000101110101011001101111101110001000101110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EA66; }

 p { color: rgb(162,234,102); }

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

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

 a { background-color: rgb(162,234,102); }

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

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

 span { border-color: rgb(162,234,102); }

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