#099F20

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

Shades of Forest Green #099F20

Tints of Forest Green #099F20

Color information

#099F20 (or 0x099F20) is unknown color: approx Forest Green. HEX triplet: 09, 9F and 20. RGB value is (9,159,32). Sum of RGB (Red+Green+Blue) = 9+159+32=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 159 (62.5% from 255 or 79.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 159 - color contains mainly: green. Hex color #099F20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099F20 is #F660DF. Grayscale: #646464. Windows color (decimal): -16146656 or 2137865. OLE color: 2137865.

HSL color Cylindrical-coordinate representation of color #099F20: hue angle of 129.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099F20 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB915932-
CMYK0.9400.800.38
HSL129.2º89.29%32.94%-
HSV(B)129.2º94.34%62.35%-
XYZ12.7724.965.51-
YUV99.6789.863.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 159 (62.5% from 255) = 79.5%
BLUE value IS 32 (12.89% from 255) = 16%
R=4.5%
G=79.5%
B=16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9159320.9400.800.38129.289.2932.94
Hex99F205E05026815921
Octal112374013601204620113141
Binary100110011111100000101111001010000100110100000011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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