#20A70F

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

Shades of Forest Green #20A70F

Tints of Forest Green #20A70F

Color information

#20A70F (or 0x20A70F) is unknown color: approx Forest Green. HEX triplet: 20, A7 and 0F. RGB value is (32,167,15). Sum of RGB (Red+Green+Blue) = 32+167+15=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 167 (65.62% from 255 or 78.04% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 167 - color contains mainly: green. Hex color #20A70F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A70F is #DF58F0. Grayscale: #6D6D6D. Windows color (decimal): -14637297 or 1025824. OLE color: 1025824.

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

Color convert

RGB3216715-
CMYK0.8100.910.35
HSL113.29º83.52%35.69%-
HSV(B)113.29º91.02%65.49%-
XYZ14.527.985.09-
YUV109.3174.7772.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 167 (65.62% from 255) = 78.04%
BLUE value IS 15 (6.25% from 255) = 7.01%
R=14.95%
G=78.04%
B=7.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal32167150.8100.910.35113.2983.5235.69
Hex20A7F5105B23715424
Octal402471712101334316112444
Binary10000010100111111110100010101101110001111100011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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