Shades of Islamic Green #0F990F
Tints of Islamic Green #0F990F
RGB
CMYK
RGB Variations
Color information
#0F990F (or 0x0F990F) is known color: Islamic Green. HEX triplet: 0F, 99 and 0F. RGB value is (15,153,15). Sum of RGB (Red+Green+Blue) = 15+153+15=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 153 (60.16% from 255 or 83.61% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 153 - color contains mainly: green. Hex color #0F990F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F990F is #F066F0. Grayscale: #606060. Windows color (decimal): -15754993 or 1022223. OLE color: 1022223.
HSL color Cylindrical-coordinate representation of color #0F990F: hue angle of 120º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F990F is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 15 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.4 |
| HSL | 120º | 0.82% | 0.33% | - |
| HSV(B) | 120º | 0.9% | 0.6% | - |
| XYZ | 11.67 | 22.92 | 4.26 | - |
| YUV | 96.01 | 82.28 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 15 | 0.90 | 0 | 0.90 | 0.4 | 120 | 0.82 | 0.33 |
| Hex | F | 99 | F | 5A | 0 | 5A | 28 | 78 | 52 | 21 |
| Octal | 17 | 231 | 17 | 132 | 0 | 132 | 50 | 170 | 122 | 41 |
| Binary | 1111 | 10011001 | 1111 | 1011010 | 0 | 1011010 | 101000 | 1111000 | 1010010 | 100001 |
Color Harmonies of #0F990F
Complementary color
Monochromatic Colors of #0F990F
Black with #0F990F
Text Example
Text Example
White with #0F990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F990F; }
p { color: rgb(15,153,15); }
H1.HeaderClassName
{
color: #0F990F;
}
.AnyTagClassName
{
color: #0F990F;
}
</style>
background-color css
<style>
a { background-color: #0F990F; }
a { background-color: rgb(15,153,15); }
div.DivClassName
{
background-color: #0F990F;
}
.BgClassName
{
background-color: #0F990F;
}
</style>
border-color css
<style>
span { border-color: #0F990F; }
span { border-color: rgb(15,153,15); }
td.TdClassName
{
border-color: #0F990F;
}
.TagClassName
{
border-color: #0F990F;
}
</style>