Shades of Forest Green #0F9517
Tints of Forest Green #0F9517
RGB
CMYK
RGB Variations
Color information
#0F9517 (or 0x0F9517) is known color: Forest Green. HEX triplet: 0F, 95 and 17. RGB value is (15,149,23). Sum of RGB (Red+Green+Blue) = 15+149+23=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 149 (58.59% from 255 or 79.68% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9517 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9517 is #F06AE8. Grayscale: #5E5E5E. Windows color (decimal): -15756009 or 1545487. OLE color: 1545487.
HSL color Cylindrical-coordinate representation of color #0F9517: hue angle of 123.58º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9517 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 23 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.42 |
| HSL | 123.58º | 0.82% | 0.32% | - |
| HSV(B) | 123.58º | 0.9% | 0.58% | - |
| XYZ | 11.1 | 21.66 | 4.41 | - |
| YUV | 94.57 | 87.61 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 23 | 0.90 | 0 | 0.85 | 0.42 | 123.58 | 0.82 | 0.32 |
| Hex | F | 95 | 17 | 5A | 0 | 55 | 2A | 7C | 52 | 20 |
| Octal | 17 | 225 | 27 | 132 | 0 | 125 | 52 | 174 | 122 | 40 |
| Binary | 1111 | 10010101 | 10111 | 1011010 | 0 | 1010101 | 101010 | 1111100 | 1010010 | 100000 |
Color Harmonies of #0F9517
Complementary color
Monochromatic Colors of #0F9517
Black with #0F9517
Text Example
Text Example
White with #0F9517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9517; }
p { color: rgb(15,149,23); }
H1.HeaderClassName
{
color: #0F9517;
}
.AnyTagClassName
{
color: #0F9517;
}
</style>
background-color css
<style>
a { background-color: #0F9517; }
a { background-color: rgb(15,149,23); }
div.DivClassName
{
background-color: #0F9517;
}
.BgClassName
{
background-color: #0F9517;
}
</style>
border-color css
<style>
span { border-color: #0F9517; }
span { border-color: rgb(15,149,23); }
td.TdClassName
{
border-color: #0F9517;
}
.TagClassName
{
border-color: #0F9517;
}
</style>