Shades of Forest Green #0F9C18
Tints of Forest Green #0F9C18
RGB
CMYK
RGB Variations
Color information
#0F9C18 (or 0x0F9C18) is known color: Forest Green. HEX triplet: 0F, 9C and 18. RGB value is (15,156,24). Sum of RGB (Red+Green+Blue) = 15+156+24=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 156 (61.33% from 255 or 80% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9C18 is #F063E7. Grayscale: #636363. Windows color (decimal): -15754216 or 1612815. OLE color: 1612815.
HSL color Cylindrical-coordinate representation of color #0F9C18: hue angle of 123.83º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9C18 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 156 | 24 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.39 |
| HSL | 123.83º | 0.82% | 0.34% | - |
| HSV(B) | 123.83º | 0.9% | 0.61% | - |
| XYZ | 12.25 | 23.94 | 4.84 | - |
| YUV | 98.79 | 85.79 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 24 | 0.90 | 0 | 0.85 | 0.39 | 123.83 | 0.82 | 0.34 |
| Hex | F | 9C | 18 | 5A | 0 | 55 | 27 | 7C | 52 | 22 |
| Octal | 17 | 234 | 30 | 132 | 0 | 125 | 47 | 174 | 122 | 42 |
| Binary | 1111 | 10011100 | 11000 | 1011010 | 0 | 1010101 | 100111 | 1111100 | 1010010 | 100010 |
Color Harmonies of #0F9C18
Complementary color
Monochromatic Colors of #0F9C18
Black with #0F9C18
Text Example
Text Example
White with #0F9C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9C18; }
p { color: rgb(15,156,24); }
H1.HeaderClassName
{
color: #0F9C18;
}
.AnyTagClassName
{
color: #0F9C18;
}
</style>
background-color css
<style>
a { background-color: #0F9C18; }
a { background-color: rgb(15,156,24); }
div.DivClassName
{
background-color: #0F9C18;
}
.BgClassName
{
background-color: #0F9C18;
}
</style>
border-color css
<style>
span { border-color: #0F9C18; }
span { border-color: rgb(15,156,24); }
td.TdClassName
{
border-color: #0F9C18;
}
.TagClassName
{
border-color: #0F9C18;
}
</style>