#A2EA59

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

Shades of Conifer #A2EA59

Tints of Conifer #A2EA59

Color information

#A2EA59 (or 0xA2EA59) is unknown color: approx Conifer. HEX triplet: A2, EA and 59. RGB value is (162,234,89). Sum of RGB (Red+Green+Blue) = 162+234+89=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA59 is #5D15A6. Grayscale: #C4C4C4. Windows color (decimal): -6100391 or 5892770. OLE color: 5892770.

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

Color convert

RGB16223489-
CMYK0.3100.620.08
HSL89.79º77.54%63.33%-
HSV(B)89.79º61.97%91.76%-
XYZ46.1367.2520-
YUV195.9467.65103.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 234 (91.80% from 255) = 48.25%
BLUE value IS 89 (35.16% from 255) = 18.35%
R=33.40%
G=48.25%
B=18.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162234890.3100.620.0889.7977.5463.33
HexA2EA591F03E85a4e3f
Octal242352131370761013211677
Binary10100010111010101011001111110111110100010110101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EA59; }

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

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

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

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

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

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

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

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