Shades of Islamic Green #008D0A
Tints of Islamic Green #008D0A
RGB
CMYK
RGB Variations
Color information
#008D0A (or 0x008D0A) is known color: Islamic Green. HEX triplet: 00, 8D and 0A. RGB value is (0,141,10). Sum of RGB (Red+Green+Blue) = 0+141+10=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 141 (55.47% from 255 or 93.38% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 141 - color contains mainly: green. Hex color #008D0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008D0A is #FF72F5. Grayscale: #545454. Windows color (decimal): -16741110 or 691456. OLE color: 691456.
HSL color Cylindrical-coordinate representation of color #008D0A: hue angle of 124.26º 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 #008D0A is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 10 | - |
| CMYK | 1 | 0 | 0.93 | 0.45 |
| HSL | 124.26º | 1% | 0.28% | - |
| HSV(B) | 124.26º | 1% | 0.55% | - |
| XYZ | 9.58 | 19.07 | 3.46 | - |
| YUV | 83.91 | 86.29 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 10 | 1 | 0 | 0.93 | 0.45 | 124.26 | 1 | 0.28 |
| Hex | 0 | 8D | A | 64 | 0 | 5D | 2D | 7C | 64 | 1C |
| Octal | 0 | 215 | 12 | 144 | 0 | 135 | 55 | 174 | 144 | 34 |
| Binary | 0 | 10001101 | 1010 | 1100100 | 0 | 1011101 | 101101 | 1111100 | 1100100 | 11100 |
Color Harmonies of #008D0A
Complementary color
Monochromatic Colors of #008D0A
Black with #008D0A
Text Example
Text Example
White with #008D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D0A; }
p { color: rgb(0,141,10); }
H1.HeaderClassName
{
color: #008D0A;
}
.AnyTagClassName
{
color: #008D0A;
}
</style>
background-color css
<style>
a { background-color: #008D0A; }
a { background-color: rgb(0,141,10); }
div.DivClassName
{
background-color: #008D0A;
}
.BgClassName
{
background-color: #008D0A;
}
</style>
border-color css
<style>
span { border-color: #008D0A; }
span { border-color: rgb(0,141,10); }
td.TdClassName
{
border-color: #008D0A;
}
.TagClassName
{
border-color: #008D0A;
}
</style>