#A2ED60

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

Shades of Conifer #A2ED60

Tints of Conifer #A2ED60

Color information

#A2ED60 (or 0xA2ED60) is unknown color: approx Conifer. HEX triplet: A2, ED and 60. RGB value is (162,237,96). Sum of RGB (Red+Green+Blue) = 162+237+96=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2ED60 is #5D129F. Grayscale: #C6C6C6. Windows color (decimal): -6099616 or 6352290. OLE color: 6352290.

HSL color Cylindrical-coordinate representation of color #A2ED60: hue angle of 91.91º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2ED60 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB16223796-
CMYK0.3200.590.07
HSL91.91º79.66%65.29%-
HSV(B)91.91º59.49%92.94%-
XYZ47.369.0921.91-
YUV198.570.15101.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 237 (92.97% from 255) = 47.88%
BLUE value IS 96 (37.89% from 255) = 19.39%
R=32.73%
G=47.88%
B=19.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162237960.3200.590.0791.9179.6665.29
HexA2ED602003B75c5041
Octal242355140400737134120101
Binary101000101110110111000001000000111011111101110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ED60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ED60; }

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

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

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

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

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

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

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

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