#20A124

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

Shades of Forest Green #20A124

Tints of Forest Green #20A124

Color information

#20A124 (or 0x20A124) is unknown color: approx Forest Green. HEX triplet: 20, A1 and 24. RGB value is (32,161,36). Sum of RGB (Red+Green+Blue) = 32+161+36=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 161 (63.28% from 255 or 70.31% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 161 - color contains mainly: green. Hex color #20A124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A124 is #DF5EDB. Grayscale: #6C6C6C. Windows color (decimal): -14638812 or 2400544. OLE color: 2400544.

HSL color Cylindrical-coordinate representation of color #20A124: hue angle of 121.86º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A124 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB3216136-
CMYK0.8000.780.37
HSL121.86º66.84%37.84%-
HSV(B)121.86º80.12%63.14%-
XYZ13.6625.925.95-
YUV108.1887.2673.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 161 (63.28% from 255) = 70.31%
BLUE value IS 36 (14.45% from 255) = 15.72%
R=13.97%
G=70.31%
B=15.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal32161360.8000.780.37121.8666.8437.84
Hex20A1245004E257a4326
Octal402414412001164517210346
Binary1000001010000110010010100000100111010010111110101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,161,36); }

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

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

 a { background-color: rgb(32,161,36); }

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

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

 span { border-color: rgb(32,161,36); }

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