#a2e860

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

Shades of Conifer #A2E860

Tints of Conifer #A2E860

Color information

#A2E860 (or 0xA2E860) is unknown color: approx Conifer. HEX triplet: A2, E8 and 60. RGB value is (162,232,96). Sum of RGB (Red+Green+Blue) = 162+232+96=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E860 is #5D179F. Grayscale: #C4C4C4. Windows color (decimal): -6100896 or 6351010. OLE color: 6351010.

HSL color Cylindrical-coordinate representation of color #A2E860: hue angle of 90.88º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2E860 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB16223296-
CMYK0.3000.590.09
HSL90.88º74.73%64.31%-
HSV(B)90.88º58.62%90.98%-
XYZ45.8766.2421.43-
YUV195.5771.81104.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 232 (91.02% from 255) = 47.35%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=33.06%
G=47.35%
B=19.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162232960.3000.590.0990.8874.7364.31
HexA2E8601E03B95b4b40
Octal2423501403607311133113100
Binary101000101110100011000001111001110111001101101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2e860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2e860; }

 p { color: rgb(162,232,96); }

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

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

 a { background-color: rgb(162,232,96); }

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

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

 span { border-color: rgb(162,232,96); }

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