Shades of Islamic Green #008D08
Tints of Islamic Green #008D08
RGB
CMYK
RGB Variations
Color information
#008D08 (or 0x008D08) is known color: Islamic Green. HEX triplet: 00, 8D and 08. RGB value is (0,141,8). Sum of RGB (Red+Green+Blue) = 0+141+8=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 141 (55.47% from 255 or 94.63% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 141 - color contains mainly: green. Hex color #008D08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008D08 is #FF72F7. Grayscale: #545454. Windows color (decimal): -16741112 or 560384. OLE color: 560384.
HSL color Cylindrical-coordinate representation of color #008D08: hue angle of 123.4º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D08 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 8 | - |
| CMYK | 1 | 0 | 0.94 | 0.45 |
| HSL | 123.4º | 1% | 0.28% | - |
| HSV(B) | 123.4º | 1% | 0.55% | - |
| XYZ | 9.57 | 19.07 | 3.41 | - |
| YUV | 83.68 | 85.29 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 8 | 1 | 0 | 0.94 | 0.45 | 123.4 | 1 | 0.28 |
| Hex | 0 | 8D | 8 | 64 | 0 | 5E | 2D | 7B | 64 | 1C |
| Octal | 0 | 215 | 10 | 144 | 0 | 136 | 55 | 173 | 144 | 34 |
| Binary | 0 | 10001101 | 1000 | 1100100 | 0 | 1011110 | 101101 | 1111011 | 1100100 | 11100 |
Color Harmonies of #008D08
Complementary color
Monochromatic Colors of #008D08
Black with #008D08
Text Example
Text Example
White with #008D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D08; }
p { color: rgb(0,141,8); }
H1.HeaderClassName
{
color: #008D08;
}
.AnyTagClassName
{
color: #008D08;
}
</style>
background-color css
<style>
a { background-color: #008D08; }
a { background-color: rgb(0,141,8); }
div.DivClassName
{
background-color: #008D08;
}
.BgClassName
{
background-color: #008D08;
}
</style>
border-color css
<style>
span { border-color: #008D08; }
span { border-color: rgb(0,141,8); }
td.TdClassName
{
border-color: #008D08;
}
.TagClassName
{
border-color: #008D08;
}
</style>