Shades of Islamic Green #08990E
Tints of Islamic Green #08990E
RGB
CMYK
RGB Variations
Color information
#08990E (or 0x08990E) is known color: Islamic Green. HEX triplet: 08, 99 and 0E. RGB value is (8,153,14). Sum of RGB (Red+Green+Blue) = 8+153+14=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 153 (60.16% from 255 or 87.43% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 153 - color contains mainly: green. Hex color #08990E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08990E is #F766F1. Grayscale: #5E5E5E. Windows color (decimal): -16213746 or 956680. OLE color: 956680.
HSL color Cylindrical-coordinate representation of color #08990E: hue angle of 122.48º 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 #08990E is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 14 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.4 |
| HSL | 122.48º | 0.9% | 0.32% | - |
| HSV(B) | 122.48º | 0.95% | 0.6% | - |
| XYZ | 11.57 | 22.87 | 4.22 | - |
| YUV | 93.8 | 82.96 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 14 | 0.95 | 0 | 0.91 | 0.4 | 122.48 | 0.9 | 0.32 |
| Hex | 8 | 99 | E | 5F | 0 | 5B | 28 | 7A | 5A | 20 |
| Octal | 10 | 231 | 16 | 137 | 0 | 133 | 50 | 172 | 132 | 40 |
| Binary | 1000 | 10011001 | 1110 | 1011111 | 0 | 1011011 | 101000 | 1111010 | 1011010 | 100000 |
Color Harmonies of #08990E
Complementary color
Monochromatic Colors of #08990E
Black with #08990E
Text Example
Text Example
White with #08990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08990E; }
p { color: rgb(8,153,14); }
H1.HeaderClassName
{
color: #08990E;
}
.AnyTagClassName
{
color: #08990E;
}
</style>
background-color css
<style>
a { background-color: #08990E; }
a { background-color: rgb(8,153,14); }
div.DivClassName
{
background-color: #08990E;
}
.BgClassName
{
background-color: #08990E;
}
</style>
border-color css
<style>
span { border-color: #08990E; }
span { border-color: rgb(8,153,14); }
td.TdClassName
{
border-color: #08990E;
}
.TagClassName
{
border-color: #08990E;
}
</style>