Shades of Forest Green #0F9916
Tints of Forest Green #0F9916
RGB
CMYK
RGB Variations
Color information
#0F9916 (or 0x0F9916) is known color: Forest Green. HEX triplet: 0F, 99 and 16. RGB value is (15,153,22). Sum of RGB (Red+Green+Blue) = 15+153+22=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 153 (60.16% from 255 or 80.53% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9916 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9916 is #F066E9. Grayscale: #616161. Windows color (decimal): -15754986 or 1480975. OLE color: 1480975.
HSL color Cylindrical-coordinate representation of color #0F9916: hue angle of 123.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9916 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 22 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.4 |
| HSL | 123.04º | 0.82% | 0.33% | - |
| HSV(B) | 123.04º | 0.9% | 0.6% | - |
| XYZ | 11.73 | 22.94 | 4.57 | - |
| YUV | 96.8 | 85.78 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 22 | 0.90 | 0 | 0.86 | 0.4 | 123.04 | 0.82 | 0.33 |
| Hex | F | 99 | 16 | 5A | 0 | 56 | 28 | 7B | 52 | 21 |
| Octal | 17 | 231 | 26 | 132 | 0 | 126 | 50 | 173 | 122 | 41 |
| Binary | 1111 | 10011001 | 10110 | 1011010 | 0 | 1010110 | 101000 | 1111011 | 1010010 | 100001 |
Color Harmonies of #0F9916
Complementary color
Monochromatic Colors of #0F9916
Black with #0F9916
Text Example
Text Example
White with #0F9916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9916; }
p { color: rgb(15,153,22); }
H1.HeaderClassName
{
color: #0F9916;
}
.AnyTagClassName
{
color: #0F9916;
}
</style>
background-color css
<style>
a { background-color: #0F9916; }
a { background-color: rgb(15,153,22); }
div.DivClassName
{
background-color: #0F9916;
}
.BgClassName
{
background-color: #0F9916;
}
</style>
border-color css
<style>
span { border-color: #0F9916; }
span { border-color: rgb(15,153,22); }
td.TdClassName
{
border-color: #0F9916;
}
.TagClassName
{
border-color: #0F9916;
}
</style>