#A2F65A

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

Shades of Conifer #A2F65A

Tints of Conifer #A2F65A

Color information

#A2F65A (or 0xA2F65A) is unknown color: approx Conifer. HEX triplet: A2, F6 and 5A. RGB value is (162,246,90). Sum of RGB (Red+Green+Blue) = 162+246+90=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F65A is #5D09A5. Grayscale: #CBCBCB. Windows color (decimal): -6097318 or 5961378. OLE color: 5961378.

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

Color convert

RGB16224690-
CMYK0.3400.630.04
HSL92.31º89.66%65.88%-
HSV(B)92.31º63.41%96.47%-
XYZ49.774.3321.4-
YUV203.164.1798.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 246 (96.48% from 255) = 49.40%
BLUE value IS 90 (35.55% from 255) = 18.07%
R=32.53%
G=49.40%
B=18.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162246900.3400.630.0492.3189.6665.88
HexA2F65A2203F45c5a42
Octal242366132420774134132102
Binary101000101111011010110101000100111111100101110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F65A; }

 p { color: rgb(162,246,90); }

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

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

 a { background-color: rgb(162,246,90); }

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

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

 span { border-color: rgb(162,246,90); }

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