#20a40a

Color #20A40A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #20A40A

Tints of Forest Green #20A40A

Color information

#20A40A (or 0x20A40A) is unknown color: approx Forest Green. HEX triplet: 20, A4 and 0A. RGB value is (32,164,10). Sum of RGB (Red+Green+Blue) = 32+164+10=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 164 (64.45% from 255 or 79.61% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 164 - color contains mainly: green. Hex color #20A40A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A40A is #DF5BF5. Grayscale: #6B6B6B. Windows color (decimal): -14638070 or 697376. OLE color: 697376.

HSL color Cylindrical-coordinate representation of color #20A40A: hue angle of 111.43º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20A40A is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB3216410-
CMYK0.8000.940.36
HSL111.43º88.51%34.12%-
HSV(B)111.43º93.9%64.31%-
XYZ13.9326.884.74-
YUV106.9873.2774.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.53%
GREEN value IS 164 (64.45% from 255) = 79.61%
BLUE value IS 10 (4.30% from 255) = 4.85%
R=15.53%
G=79.61%
B=4.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32164100.8000.940.36111.4388.5134.12
Hex20A4A5005E246f5922
Octal402441212001364415713142
Binary10000010100100101010100000101111010010011011111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20a40a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20a40a; }

 p { color: rgb(32,164,10); }

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

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

 a { background-color: rgb(32,164,10); }

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

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

 span { border-color: rgb(32,164,10); }

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