Shades of Islamic Green #0F990E
Tints of Islamic Green #0F990E
RGB
CMYK
RGB Variations
Color information
#0F990E (or 0x0F990E) is known color: Islamic Green. HEX triplet: 0F, 99 and 0E. RGB value is (15,153,14). Sum of RGB (Red+Green+Blue) = 15+153+14=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 153 (60.16% from 255 or 84.07% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 153 - color contains mainly: green. Hex color #0F990E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F990E is #F066F1. Grayscale: #606060. Windows color (decimal): -15754994 or 956687. OLE color: 956687.
HSL color Cylindrical-coordinate representation of color #0F990E: hue angle of 119.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F990E is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 14 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.4 |
| HSL | 119.57º | 0.83% | 0.33% | - |
| HSV(B) | 119.57º | 0.91% | 0.6% | - |
| XYZ | 11.67 | 22.92 | 4.22 | - |
| YUV | 95.89 | 81.78 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 14 | 0.90 | 0 | 0.91 | 0.4 | 119.57 | 0.83 | 0.33 |
| Hex | F | 99 | E | 5A | 0 | 5B | 28 | 78 | 53 | 21 |
| Octal | 17 | 231 | 16 | 132 | 0 | 133 | 50 | 170 | 123 | 41 |
| Binary | 1111 | 10011001 | 1110 | 1011010 | 0 | 1011011 | 101000 | 1111000 | 1010011 | 100001 |
Color Harmonies of #0F990E
Complementary color
Monochromatic Colors of #0F990E
Black with #0F990E
Text Example
Text Example
White with #0F990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F990E; }
p { color: rgb(15,153,14); }
H1.HeaderClassName
{
color: #0F990E;
}
.AnyTagClassName
{
color: #0F990E;
}
</style>
background-color css
<style>
a { background-color: #0F990E; }
a { background-color: rgb(15,153,14); }
div.DivClassName
{
background-color: #0F990E;
}
.BgClassName
{
background-color: #0F990E;
}
</style>
border-color css
<style>
span { border-color: #0F990E; }
span { border-color: rgb(15,153,14); }
td.TdClassName
{
border-color: #0F990E;
}
.TagClassName
{
border-color: #0F990E;
}
</style>