Shades of Islamic Green #008F0B
Tints of Islamic Green #008F0B
RGB
CMYK
RGB Variations
Color information
#008F0B (or 0x008F0B) is known color: Islamic Green. HEX triplet: 00, 8F and 0B. RGB value is (0,143,11). Sum of RGB (Red+Green+Blue) = 0+143+11=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 143 (56.25% from 255 or 92.86% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 143 - color contains mainly: green. Hex color #008F0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008F0B is #FF70F4. Grayscale: #555555. Windows color (decimal): -16740597 or 757504. OLE color: 757504.
HSL color Cylindrical-coordinate representation of color #008F0B: hue angle of 124.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F0B is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 11 | - |
| CMYK | 1 | 0 | 0.92 | 0.44 |
| HSL | 124.62º | 1% | 0.28% | - |
| HSV(B) | 124.62º | 1% | 0.56% | - |
| XYZ | 9.88 | 19.67 | 3.59 | - |
| YUV | 85.2 | 86.12 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 11 | 1 | 0 | 0.92 | 0.44 | 124.62 | 1 | 0.28 |
| Hex | 0 | 8F | B | 64 | 0 | 5C | 2C | 7D | 64 | 1C |
| Octal | 0 | 217 | 13 | 144 | 0 | 134 | 54 | 175 | 144 | 34 |
| Binary | 0 | 10001111 | 1011 | 1100100 | 0 | 1011100 | 101100 | 1111101 | 1100100 | 11100 |
Color Harmonies of #008F0B
Complementary color
Monochromatic Colors of #008F0B
Black with #008F0B
Text Example
Text Example
White with #008F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F0B; }
p { color: rgb(0,143,11); }
H1.HeaderClassName
{
color: #008F0B;
}
.AnyTagClassName
{
color: #008F0B;
}
</style>
background-color css
<style>
a { background-color: #008F0B; }
a { background-color: rgb(0,143,11); }
div.DivClassName
{
background-color: #008F0B;
}
.BgClassName
{
background-color: #008F0B;
}
</style>
border-color css
<style>
span { border-color: #008F0B; }
span { border-color: rgb(0,143,11); }
td.TdClassName
{
border-color: #008F0B;
}
.TagClassName
{
border-color: #008F0B;
}
</style>