Shades of Islamic Green #08900A
Tints of Islamic Green #08900A
RGB
CMYK
RGB Variations
Color information
#08900A (or 0x08900A) is known color: Islamic Green. HEX triplet: 08, 90 and 0A. RGB value is (8,144,10). Sum of RGB (Red+Green+Blue) = 8+144+10=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 144 (56.64% from 255 or 88.89% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 144 - color contains mainly: green. Hex color #08900A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08900A is #F76FF5. Grayscale: #585858. Windows color (decimal): -16216054 or 692232. OLE color: 692232.
HSL color Cylindrical-coordinate representation of color #08900A: hue angle of 120.88º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08900A is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 144 | 10 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.44 |
| HSL | 120.88º | 0.89% | 0.3% | - |
| HSV(B) | 120.88º | 0.94% | 0.56% | - |
| XYZ | 10.13 | 20.02 | 3.62 | - |
| YUV | 88.06 | 83.94 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 10 | 0.94 | 0 | 0.93 | 0.44 | 120.88 | 0.89 | 0.3 |
| Hex | 8 | 90 | A | 5E | 0 | 5D | 2C | 79 | 59 | 1E |
| Octal | 10 | 220 | 12 | 136 | 0 | 135 | 54 | 171 | 131 | 36 |
| Binary | 1000 | 10010000 | 1010 | 1011110 | 0 | 1011101 | 101100 | 1111001 | 1011001 | 11110 |
Color Harmonies of #08900A
Complementary color
Monochromatic Colors of #08900A
Black with #08900A
Text Example
Text Example
White with #08900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08900A; }
p { color: rgb(8,144,10); }
H1.HeaderClassName
{
color: #08900A;
}
.AnyTagClassName
{
color: #08900A;
}
</style>
background-color css
<style>
a { background-color: #08900A; }
a { background-color: rgb(8,144,10); }
div.DivClassName
{
background-color: #08900A;
}
.BgClassName
{
background-color: #08900A;
}
</style>
border-color css
<style>
span { border-color: #08900A; }
span { border-color: rgb(8,144,10); }
td.TdClassName
{
border-color: #08900A;
}
.TagClassName
{
border-color: #08900A;
}
</style>