Shades of Islamic Green #008F1E
Tints of Islamic Green #008F1E
RGB
CMYK
RGB Variations
Color information
#008F1E (or 0x008F1E) is known color: Islamic Green. HEX triplet: 00, 8F and 1E. RGB value is (0,143,30). Sum of RGB (Red+Green+Blue) = 0+143+30=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 143 (56.25% from 255 or 82.66% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 143 - color contains mainly: green. Hex color #008F1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008F1E is #FF70E1. Grayscale: #575757. Windows color (decimal): -16740578 or 2002688. OLE color: 2002688.
HSL color Cylindrical-coordinate representation of color #008F1E: hue angle of 132.59º 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 #008F1E is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 30 | - |
| CMYK | 1 | 0 | 0.79 | 0.44 |
| HSL | 132.59º | 1% | 0.28% | - |
| HSV(B) | 132.59º | 1% | 0.56% | - |
| XYZ | 10.06 | 19.74 | 4.51 | - |
| YUV | 87.36 | 95.62 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 30 | 1 | 0 | 0.79 | 0.44 | 132.59 | 1 | 0.28 |
| Hex | 0 | 8F | 1E | 64 | 0 | 4F | 2C | 85 | 64 | 1C |
| Octal | 0 | 217 | 36 | 144 | 0 | 117 | 54 | 205 | 144 | 34 |
| Binary | 0 | 10001111 | 11110 | 1100100 | 0 | 1001111 | 101100 | 10000101 | 1100100 | 11100 |
Color Harmonies of #008F1E
Complementary color
Monochromatic Colors of #008F1E
Black with #008F1E
Text Example
Text Example
White with #008F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F1E; }
p { color: rgb(0,143,30); }
H1.HeaderClassName
{
color: #008F1E;
}
.AnyTagClassName
{
color: #008F1E;
}
</style>
background-color css
<style>
a { background-color: #008F1E; }
a { background-color: rgb(0,143,30); }
div.DivClassName
{
background-color: #008F1E;
}
.BgClassName
{
background-color: #008F1E;
}
</style>
border-color css
<style>
span { border-color: #008F1E; }
span { border-color: rgb(0,143,30); }
td.TdClassName
{
border-color: #008F1E;
}
.TagClassName
{
border-color: #008F1E;
}
</style>