Shades of Islamic Green #08990F
Tints of Islamic Green #08990F
RGB
CMYK
RGB Variations
Color information
#08990F (or 0x08990F) is known color: Islamic Green. HEX triplet: 08, 99 and 0F. RGB value is (8,153,15). Sum of RGB (Red+Green+Blue) = 8+153+15=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 153 (60.16% from 255 or 86.93% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 153 - color contains mainly: green. Hex color #08990F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08990F is #F766F0. Grayscale: #5E5E5E. Windows color (decimal): -16213745 or 1022216. OLE color: 1022216.
HSL color Cylindrical-coordinate representation of color #08990F: hue angle of 122.9º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08990F is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 15 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.4 |
| HSL | 122.9º | 0.9% | 0.32% | - |
| HSV(B) | 122.9º | 0.95% | 0.6% | - |
| XYZ | 11.58 | 22.87 | 4.26 | - |
| YUV | 93.91 | 83.46 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 15 | 0.95 | 0 | 0.90 | 0.4 | 122.9 | 0.9 | 0.32 |
| Hex | 8 | 99 | F | 5F | 0 | 5A | 28 | 7B | 5A | 20 |
| Octal | 10 | 231 | 17 | 137 | 0 | 132 | 50 | 173 | 132 | 40 |
| Binary | 1000 | 10011001 | 1111 | 1011111 | 0 | 1011010 | 101000 | 1111011 | 1011010 | 100000 |
Color Harmonies of #08990F
Complementary color
Monochromatic Colors of #08990F
Black with #08990F
Text Example
Text Example
White with #08990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08990F; }
p { color: rgb(8,153,15); }
H1.HeaderClassName
{
color: #08990F;
}
.AnyTagClassName
{
color: #08990F;
}
</style>
background-color css
<style>
a { background-color: #08990F; }
a { background-color: rgb(8,153,15); }
div.DivClassName
{
background-color: #08990F;
}
.BgClassName
{
background-color: #08990F;
}
</style>
border-color css
<style>
span { border-color: #08990F; }
span { border-color: rgb(8,153,15); }
td.TdClassName
{
border-color: #08990F;
}
.TagClassName
{
border-color: #08990F;
}
</style>