Shades of Forest Green #0F9C1E
Tints of Forest Green #0F9C1E
RGB
CMYK
RGB Variations
Color information
#0F9C1E (or 0x0F9C1E) is known color: Forest Green. HEX triplet: 0F, 9C and 1E. RGB value is (15,156,30). Sum of RGB (Red+Green+Blue) = 15+156+30=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 156 (61.33% from 255 or 77.61% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9C1E is #F063E1. Grayscale: #636363. Windows color (decimal): -15754210 or 2006031. OLE color: 2006031.
HSL color Cylindrical-coordinate representation of color #0F9C1E: hue angle of 126.38º 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 #0F9C1E is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 156 | 30 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.39 |
| HSL | 126.38º | 0.82% | 0.34% | - |
| HSV(B) | 126.38º | 0.9% | 0.61% | - |
| XYZ | 12.32 | 23.97 | 5.21 | - |
| YUV | 99.48 | 88.79 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 30 | 0.90 | 0 | 0.81 | 0.39 | 126.38 | 0.82 | 0.34 |
| Hex | F | 9C | 1E | 5A | 0 | 51 | 27 | 7E | 52 | 22 |
| Octal | 17 | 234 | 36 | 132 | 0 | 121 | 47 | 176 | 122 | 42 |
| Binary | 1111 | 10011100 | 11110 | 1011010 | 0 | 1010001 | 100111 | 1111110 | 1010010 | 100010 |
Color Harmonies of #0F9C1E
Complementary color
Monochromatic Colors of #0F9C1E
Black with #0F9C1E
Text Example
Text Example
White with #0F9C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9C1E; }
p { color: rgb(15,156,30); }
H1.HeaderClassName
{
color: #0F9C1E;
}
.AnyTagClassName
{
color: #0F9C1E;
}
</style>
background-color css
<style>
a { background-color: #0F9C1E; }
a { background-color: rgb(15,156,30); }
div.DivClassName
{
background-color: #0F9C1E;
}
.BgClassName
{
background-color: #0F9C1E;
}
</style>
border-color css
<style>
span { border-color: #0F9C1E; }
span { border-color: rgb(15,156,30); }
td.TdClassName
{
border-color: #0F9C1E;
}
.TagClassName
{
border-color: #0F9C1E;
}
</style>