Shades of Islamic Green #008D0B
Tints of Islamic Green #008D0B
RGB
CMYK
RGB Variations
Color information
#008D0B (or 0x008D0B) is known color: Islamic Green. HEX triplet: 00, 8D and 0B. RGB value is (0,141,11). Sum of RGB (Red+Green+Blue) = 0+141+11=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 141 (55.47% from 255 or 92.76% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 141 - color contains mainly: green. Hex color #008D0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008D0B is #FF72F4. Grayscale: #545454. Windows color (decimal): -16741109 or 756992. OLE color: 756992.
HSL color Cylindrical-coordinate representation of color #008D0B: hue angle of 124.68º 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 #008D0B is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 11 | - |
| CMYK | 1 | 0 | 0.92 | 0.45 |
| HSL | 124.68º | 1% | 0.28% | - |
| HSV(B) | 124.68º | 1% | 0.55% | - |
| XYZ | 9.59 | 19.07 | 3.49 | - |
| YUV | 84.02 | 86.79 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 11 | 1 | 0 | 0.92 | 0.45 | 124.68 | 1 | 0.28 |
| Hex | 0 | 8D | B | 64 | 0 | 5C | 2D | 7D | 64 | 1C |
| Octal | 0 | 215 | 13 | 144 | 0 | 134 | 55 | 175 | 144 | 34 |
| Binary | 0 | 10001101 | 1011 | 1100100 | 0 | 1011100 | 101101 | 1111101 | 1100100 | 11100 |
Color Harmonies of #008D0B
Complementary color
Monochromatic Colors of #008D0B
Black with #008D0B
Text Example
Text Example
White with #008D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D0B; }
p { color: rgb(0,141,11); }
H1.HeaderClassName
{
color: #008D0B;
}
.AnyTagClassName
{
color: #008D0B;
}
</style>
background-color css
<style>
a { background-color: #008D0B; }
a { background-color: rgb(0,141,11); }
div.DivClassName
{
background-color: #008D0B;
}
.BgClassName
{
background-color: #008D0B;
}
</style>
border-color css
<style>
span { border-color: #008D0B; }
span { border-color: rgb(0,141,11); }
td.TdClassName
{
border-color: #008D0B;
}
.TagClassName
{
border-color: #008D0B;
}
</style>