#099C20

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

Shades of Forest Green #099C20

Tints of Forest Green #099C20

Color information

#099C20 (or 0x099C20) is unknown color: approx Forest Green. HEX triplet: 09, 9C and 20. RGB value is (9,156,32). Sum of RGB (Red+Green+Blue) = 9+156+32=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 156 (61.33% from 255 or 79.19% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 156 - color contains mainly: green. Hex color #099C20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099C20 is #F663DF. Grayscale: #626262. Windows color (decimal): -16147424 or 2137097. OLE color: 2137097.

HSL color Cylindrical-coordinate representation of color #099C20: hue angle of 129.39º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C20 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB915632-
CMYK0.9400.790.39
HSL129.39º89.09%32.35%-
HSV(B)129.39º94.23%61.18%-
XYZ12.2623.945.34-
YUV97.9190.864.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.57%
GREEN value IS 156 (61.33% from 255) = 79.19%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=4.57%
G=79.19%
B=16.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9156320.9400.790.39129.3989.0932.35
Hex99C205E04F27815920
Octal112344013601174720113140
Binary100110011100100000101111001001111100111100000011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099C20; }

 p { color: rgb(9,156,32); }

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

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

 a { background-color: rgb(9,156,32); }

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

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

 span { border-color: rgb(9,156,32); }

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