Shades of Forest Green #0F9B17
Tints of Forest Green #0F9B17
RGB
CMYK
RGB Variations
Color information
#0F9B17 (or 0x0F9B17) is known color: Forest Green. HEX triplet: 0F, 9B and 17. RGB value is (15,155,23). Sum of RGB (Red+Green+Blue) = 15+155+23=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 155 (60.94% from 255 or 80.31% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9B17 is #F064E8. Grayscale: #626262. Windows color (decimal): -15754473 or 1547023. OLE color: 1547023.
HSL color Cylindrical-coordinate representation of color #0F9B17: hue angle of 123.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9B17 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 155 | 23 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.39 |
| HSL | 123.43º | 0.82% | 0.33% | - |
| HSV(B) | 123.43º | 0.9% | 0.61% | - |
| XYZ | 12.07 | 23.61 | 4.73 | - |
| YUV | 98.09 | 85.62 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 155 | 23 | 0.90 | 0 | 0.85 | 0.39 | 123.43 | 0.82 | 0.33 |
| Hex | F | 9B | 17 | 5A | 0 | 55 | 27 | 7B | 52 | 21 |
| Octal | 17 | 233 | 27 | 132 | 0 | 125 | 47 | 173 | 122 | 41 |
| Binary | 1111 | 10011011 | 10111 | 1011010 | 0 | 1010101 | 100111 | 1111011 | 1010010 | 100001 |
Color Harmonies of #0F9B17
Complementary color
Monochromatic Colors of #0F9B17
Black with #0F9B17
Text Example
Text Example
White with #0F9B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9B17; }
p { color: rgb(15,155,23); }
H1.HeaderClassName
{
color: #0F9B17;
}
.AnyTagClassName
{
color: #0F9B17;
}
</style>
background-color css
<style>
a { background-color: #0F9B17; }
a { background-color: rgb(15,155,23); }
div.DivClassName
{
background-color: #0F9B17;
}
.BgClassName
{
background-color: #0F9B17;
}
</style>
border-color css
<style>
span { border-color: #0F9B17; }
span { border-color: rgb(15,155,23); }
td.TdClassName
{
border-color: #0F9B17;
}
.TagClassName
{
border-color: #0F9B17;
}
</style>