#A2F55D

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

Shades of Conifer #A2F55D

Tints of Conifer #A2F55D

Color information

#A2F55D (or 0xA2F55D) is unknown color: approx Conifer. HEX triplet: A2, F5 and 5D. RGB value is (162,245,93). Sum of RGB (Red+Green+Blue) = 162+245+93=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F55D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F55D is #5D0AA2. Grayscale: #CBCBCB. Windows color (decimal): -6097571 or 6157730. OLE color: 6157730.

HSL color Cylindrical-coordinate representation of color #A2F55D: hue angle of 92.76º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2F55D is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB16224593-
CMYK0.3400.620.04
HSL92.76º88.37%66.27%-
HSV(B)92.76º62.04%96.08%-
XYZ49.5373.7821.99-
YUV202.866698.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 245 (96.09% from 255) = 49%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=32.4%
G=49%
B=18.6%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162245930.3400.620.0492.7688.3766.27
HexA2F55D2203E45d5842
Octal242365135420764135130102
Binary101000101111010110111011000100111110100101110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F55D; }

 p { color: rgb(162,245,93); }

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

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

 a { background-color: rgb(162,245,93); }

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

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

 span { border-color: rgb(162,245,93); }

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