#20AC0F

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

Shades of Forest Green #20AC0F

Tints of Forest Green #20AC0F

Color information

#20AC0F (or 0x20AC0F) is unknown color: approx Forest Green. HEX triplet: 20, AC and 0F. RGB value is (32,172,15). Sum of RGB (Red+Green+Blue) = 32+172+15=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 172 (67.58% from 255 or 78.54% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AC0F is #DF53F0. Grayscale: #707070. Windows color (decimal): -14636017 or 1027104. OLE color: 1027104.

HSL color Cylindrical-coordinate representation of color #20AC0F: hue angle of 113.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20AC0F is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB3217215-
CMYK0.8100.910.33
HSL113.5º83.96%36.67%-
HSV(B)113.5º91.28%67.45%-
XYZ15.4329.855.4-
YUV112.2473.1270.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 172 (67.58% from 255) = 78.54%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=14.61%
G=78.54%
B=6.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32172150.8100.910.33113.583.9636.67
Hex20ACF5105B21725425
Octal402541712101334116212445
Binary10000010101100111110100010101101110000111100101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,172,15); }

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

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

 a { background-color: rgb(32,172,15); }

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

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

 span { border-color: rgb(32,172,15); }

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