Shades of Green #0F8907
Tints of Green #0F8907
RGB
CMYK
RGB Variations
Color information
#0F8907 (or 0x0F8907) is known color: Green. HEX triplet: 0F, 89 and 07. RGB value is (15,137,7). Sum of RGB (Red+Green+Blue) = 15+137+7=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 137 (53.91% from 255 or 86.16% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 137 - color contains mainly: green. Hex color #0F8907 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8907 is #F076F8. Grayscale: #565656. Windows color (decimal): -15759097 or 493839. OLE color: 493839.
HSL color Cylindrical-coordinate representation of color #0F8907: hue angle of 116.31º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F8907 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 137 | 7 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.46 |
| HSL | 116.31º | 0.9% | 0.28% | - |
| HSV(B) | 116.31º | 0.95% | 0.54% | - |
| XYZ | 9.18 | 18.01 | 3.19 | - |
| YUV | 85.7 | 83.58 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 137 | 7 | 0.89 | 0 | 0.95 | 0.46 | 116.31 | 0.9 | 0.28 |
| Hex | F | 89 | 7 | 59 | 0 | 5F | 2E | 74 | 5A | 1C |
| Octal | 17 | 211 | 7 | 131 | 0 | 137 | 56 | 164 | 132 | 34 |
| Binary | 1111 | 10001001 | 111 | 1011001 | 0 | 1011111 | 101110 | 1110100 | 1011010 | 11100 |
Color Harmonies of #0F8907
Complementary color
Monochromatic Colors of #0F8907
Black with #0F8907
Text Example
Text Example
White with #0F8907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8907; }
p { color: rgb(15,137,7); }
H1.HeaderClassName
{
color: #0F8907;
}
.AnyTagClassName
{
color: #0F8907;
}
</style>
background-color css
<style>
a { background-color: #0F8907; }
a { background-color: rgb(15,137,7); }
div.DivClassName
{
background-color: #0F8907;
}
.BgClassName
{
background-color: #0F8907;
}
</style>
border-color css
<style>
span { border-color: #0F8907; }
span { border-color: rgb(15,137,7); }
td.TdClassName
{
border-color: #0F8907;
}
.TagClassName
{
border-color: #0F8907;
}
</style>