Shades of Islamic Green #018F12
Tints of Islamic Green #018F12
RGB
CMYK
RGB Variations
Color information
#018F12 (or 0x018F12) is known color: Islamic Green. HEX triplet: 01, 8F and 12. RGB value is (1,143,18). Sum of RGB (Red+Green+Blue) = 1+143+18=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 143 (56.25% from 255 or 88.27% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 143 - color contains mainly: green. Hex color #018F12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018F12 is #FE70ED. Grayscale: #565656. Windows color (decimal): -16675054 or 1216257. OLE color: 1216257.
HSL color Cylindrical-coordinate representation of color #018F12: hue angle of 127.18º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F12 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 18 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.44 |
| HSL | 127.18º | 0.99% | 0.28% | - |
| HSV(B) | 127.18º | 0.99% | 0.56% | - |
| XYZ | 9.94 | 19.7 | 3.85 | - |
| YUV | 86.29 | 89.46 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 18 | 0.99 | 0 | 0.87 | 0.44 | 127.18 | 0.99 | 0.28 |
| Hex | 1 | 8F | 12 | 63 | 0 | 57 | 2C | 7F | 63 | 1C |
| Octal | 1 | 217 | 22 | 143 | 0 | 127 | 54 | 177 | 143 | 34 |
| Binary | 1 | 10001111 | 10010 | 1100011 | 0 | 1010111 | 101100 | 1111111 | 1100011 | 11100 |
Color Harmonies of #018F12
Complementary color
Monochromatic Colors of #018F12
Black with #018F12
Text Example
Text Example
White with #018F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F12; }
p { color: rgb(1,143,18); }
H1.HeaderClassName
{
color: #018F12;
}
.AnyTagClassName
{
color: #018F12;
}
</style>
background-color css
<style>
a { background-color: #018F12; }
a { background-color: rgb(1,143,18); }
div.DivClassName
{
background-color: #018F12;
}
.BgClassName
{
background-color: #018F12;
}
</style>
border-color css
<style>
span { border-color: #018F12; }
span { border-color: rgb(1,143,18); }
td.TdClassName
{
border-color: #018F12;
}
.TagClassName
{
border-color: #018F12;
}
</style>