Shades of Green #0F8905
Tints of Green #0F8905
RGB
CMYK
RGB Variations
Color information
#0F8905 (or 0x0F8905) is known color: Green. HEX triplet: 0F, 89 and 05. RGB value is (15,137,5). Sum of RGB (Red+Green+Blue) = 15+137+5=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 137 (53.91% from 255 or 87.26% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 137 - color contains mainly: green. Hex color #0F8905 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8905 is #F076FA. Grayscale: #555555. Windows color (decimal): -15759099 or 362767. OLE color: 362767.
HSL color Cylindrical-coordinate representation of color #0F8905: hue angle of 115.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F8905 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 137 | 5 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.46 |
| HSL | 115.45º | 0.93% | 0.28% | - |
| HSV(B) | 115.45º | 0.96% | 0.54% | - |
| XYZ | 9.17 | 18 | 3.14 | - |
| YUV | 85.47 | 82.58 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 137 | 5 | 0.89 | 0 | 0.96 | 0.46 | 115.45 | 0.93 | 0.28 |
| Hex | F | 89 | 5 | 59 | 0 | 60 | 2E | 73 | 5D | 1C |
| Octal | 17 | 211 | 5 | 131 | 0 | 140 | 56 | 163 | 135 | 34 |
| Binary | 1111 | 10001001 | 101 | 1011001 | 0 | 1100000 | 101110 | 1110011 | 1011101 | 11100 |
Color Harmonies of #0F8905
Complementary color
Monochromatic Colors of #0F8905
Black with #0F8905
Text Example
Text Example
White with #0F8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8905; }
p { color: rgb(15,137,5); }
H1.HeaderClassName
{
color: #0F8905;
}
.AnyTagClassName
{
color: #0F8905;
}
</style>
background-color css
<style>
a { background-color: #0F8905; }
a { background-color: rgb(15,137,5); }
div.DivClassName
{
background-color: #0F8905;
}
.BgClassName
{
background-color: #0F8905;
}
</style>
border-color css
<style>
span { border-color: #0F8905; }
span { border-color: rgb(15,137,5); }
td.TdClassName
{
border-color: #0F8905;
}
.TagClassName
{
border-color: #0F8905;
}
</style>