Shades of Islamic Green #008D13
Tints of Islamic Green #008D13
RGB
CMYK
RGB Variations
Color information
#008D13 (or 0x008D13) is known color: Islamic Green. HEX triplet: 00, 8D and 13. RGB value is (0,141,19). Sum of RGB (Red+Green+Blue) = 0+141+19=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 141 (55.47% from 255 or 88.12% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 141 - color contains mainly: green. Hex color #008D13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008D13 is #FF72EC. Grayscale: #555555. Windows color (decimal): -16741101 or 1281280. OLE color: 1281280.
HSL color Cylindrical-coordinate representation of color #008D13: hue angle of 128.09º 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 #008D13 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 19 | - |
| CMYK | 1 | 0 | 0.87 | 0.45 |
| HSL | 128.09º | 1% | 0.28% | - |
| HSV(B) | 128.09º | 1% | 0.55% | - |
| XYZ | 9.64 | 19.1 | 3.79 | - |
| YUV | 84.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 19 | 1 | 0 | 0.87 | 0.45 | 128.09 | 1 | 0.28 |
| Hex | 0 | 8D | 13 | 64 | 0 | 57 | 2D | 80 | 64 | 1C |
| Octal | 0 | 215 | 23 | 144 | 0 | 127 | 55 | 200 | 144 | 34 |
| Binary | 0 | 10001101 | 10011 | 1100100 | 0 | 1010111 | 101101 | 10000000 | 1100100 | 11100 |
Color Harmonies of #008D13
Complementary color
Monochromatic Colors of #008D13
Black with #008D13
Text Example
Text Example
White with #008D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D13; }
p { color: rgb(0,141,19); }
H1.HeaderClassName
{
color: #008D13;
}
.AnyTagClassName
{
color: #008D13;
}
</style>
background-color css
<style>
a { background-color: #008D13; }
a { background-color: rgb(0,141,19); }
div.DivClassName
{
background-color: #008D13;
}
.BgClassName
{
background-color: #008D13;
}
</style>
border-color css
<style>
span { border-color: #008D13; }
span { border-color: rgb(0,141,19); }
td.TdClassName
{
border-color: #008D13;
}
.TagClassName
{
border-color: #008D13;
}
</style>