Shades of Islamic Green #08AB0D
Tints of Islamic Green #08AB0D
RGB
CMYK
RGB Variations
Color information
#08AB0D (or 0x08AB0D) is known color: Islamic Green. HEX triplet: 08, AB and 0D. RGB value is (8,171,13). Sum of RGB (Red+Green+Blue) = 8+171+13=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 171 (67.19% from 255 or 89.06% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 171 - color contains mainly: green. Hex color #08AB0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08AB0D is #F754F2. Grayscale: #686868. Windows color (decimal): -16209139 or 895752. OLE color: 895752.
HSL color Cylindrical-coordinate representation of color #08AB0D: hue angle of 121.84º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AB0D is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 171 | 13 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.33 |
| HSL | 121.84º | 0.91% | 0.35% | - |
| HSV(B) | 121.84º | 0.95% | 0.67% | - |
| XYZ | 14.74 | 29.21 | 5.24 | - |
| YUV | 104.25 | 76.5 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 171 | 13 | 0.95 | 0 | 0.92 | 0.33 | 121.84 | 0.91 | 0.35 |
| Hex | 8 | AB | D | 5F | 0 | 5C | 21 | 7A | 5B | 23 |
| Octal | 10 | 253 | 15 | 137 | 0 | 134 | 41 | 172 | 133 | 43 |
| Binary | 1000 | 10101011 | 1101 | 1011111 | 0 | 1011100 | 100001 | 1111010 | 1011011 | 100011 |
Color Harmonies of #08AB0D
Complementary color
Monochromatic Colors of #08AB0D
Black with #08AB0D
Text Example
Text Example
White with #08AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AB0D; }
p { color: rgb(8,171,13); }
H1.HeaderClassName
{
color: #08AB0D;
}
.AnyTagClassName
{
color: #08AB0D;
}
</style>
background-color css
<style>
a { background-color: #08AB0D; }
a { background-color: rgb(8,171,13); }
div.DivClassName
{
background-color: #08AB0D;
}
.BgClassName
{
background-color: #08AB0D;
}
</style>
border-color css
<style>
span { border-color: #08AB0D; }
span { border-color: rgb(8,171,13); }
td.TdClassName
{
border-color: #08AB0D;
}
.TagClassName
{
border-color: #08AB0D;
}
</style>