Shades of Islamic Green #08980D
Tints of Islamic Green #08980D
RGB
CMYK
RGB Variations
Color information
#08980D (or 0x08980D) is known color: Islamic Green. HEX triplet: 08, 98 and 0D. RGB value is (8,152,13). Sum of RGB (Red+Green+Blue) = 8+152+13=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 152 (59.77% from 255 or 87.86% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 152 - color contains mainly: green. Hex color #08980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08980D is #F767F2. Grayscale: #5D5D5D. Windows color (decimal): -16214003 or 890888. OLE color: 890888.
HSL color Cylindrical-coordinate representation of color #08980D: hue angle of 122.08º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08980D is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 152 | 13 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.40 |
| HSL | 122.08º | 0.9% | 0.31% | - |
| HSV(B) | 122.08º | 0.95% | 0.6% | - |
| XYZ | 11.4 | 22.54 | 4.13 | - |
| YUV | 93.1 | 82.79 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 13 | 0.95 | 0 | 0.91 | 0.40 | 122.08 | 0.9 | 0.31 |
| Hex | 8 | 98 | D | 5F | 0 | 5B | 28 | 7A | 5A | 1F |
| Octal | 10 | 230 | 15 | 137 | 0 | 133 | 50 | 172 | 132 | 37 |
| Binary | 1000 | 10011000 | 1101 | 1011111 | 0 | 1011011 | 101000 | 1111010 | 1011010 | 11111 |
Color Harmonies of #08980D
Complementary color
Monochromatic Colors of #08980D
Black with #08980D
Text Example
Text Example
White with #08980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08980D; }
p { color: rgb(8,152,13); }
H1.HeaderClassName
{
color: #08980D;
}
.AnyTagClassName
{
color: #08980D;
}
</style>
background-color css
<style>
a { background-color: #08980D; }
a { background-color: rgb(8,152,13); }
div.DivClassName
{
background-color: #08980D;
}
.BgClassName
{
background-color: #08980D;
}
</style>
border-color css
<style>
span { border-color: #08980D; }
span { border-color: rgb(8,152,13); }
td.TdClassName
{
border-color: #08980D;
}
.TagClassName
{
border-color: #08980D;
}
</style>