Shades of Forest Green #099D1F
Tints of Forest Green #099D1F
RGB
CMYK
RGB Variations
Color information
#099D1F (or 0x099D1F) is known color: Forest Green. HEX triplet: 09, 9D and 1F. RGB value is (9,157,31). Sum of RGB (Red+Green+Blue) = 9+157+31=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 157 (61.72% from 255 or 79.70% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 157 - color contains mainly: green. Hex color #099D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099D1F is #F662E0. Grayscale: #626262. Windows color (decimal): -16147169 or 2071817. OLE color: 2071817.
HSL color Cylindrical-coordinate representation of color #099D1F: hue angle of 128.92º 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 #099D1F is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 31 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.38 |
| HSL | 128.92º | 0.89% | 0.33% | - |
| HSV(B) | 128.92º | 0.94% | 0.62% | - |
| XYZ | 12.42 | 24.27 | 5.33 | - |
| YUV | 98.38 | 89.97 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 31 | 0.94 | 0 | 0.80 | 0.38 | 128.92 | 0.89 | 0.33 |
| Hex | 9 | 9D | 1F | 5E | 0 | 50 | 26 | 81 | 59 | 21 |
| Octal | 11 | 235 | 37 | 136 | 0 | 120 | 46 | 201 | 131 | 41 |
| Binary | 1001 | 10011101 | 11111 | 1011110 | 0 | 1010000 | 100110 | 10000001 | 1011001 | 100001 |
Color Harmonies of #099D1F
Complementary color
Monochromatic Colors of #099D1F
Black with #099D1F
Text Example
Text Example
White with #099D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D1F; }
p { color: rgb(9,157,31); }
H1.HeaderClassName
{
color: #099D1F;
}
.AnyTagClassName
{
color: #099D1F;
}
</style>
background-color css
<style>
a { background-color: #099D1F; }
a { background-color: rgb(9,157,31); }
div.DivClassName
{
background-color: #099D1F;
}
.BgClassName
{
background-color: #099D1F;
}
</style>
border-color css
<style>
span { border-color: #099D1F; }
span { border-color: rgb(9,157,31); }
td.TdClassName
{
border-color: #099D1F;
}
.TagClassName
{
border-color: #099D1F;
}
</style>