Shades of Islamic Green #018D18
Tints of Islamic Green #018D18
RGB
CMYK
RGB Variations
Color information
#018D18 (or 0x018D18) is known color: Islamic Green. HEX triplet: 01, 8D and 18. RGB value is (1,141,24). Sum of RGB (Red+Green+Blue) = 1+141+24=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 141 (55.47% from 255 or 84.94% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 141 - color contains mainly: green. Hex color #018D18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018D18 is #FE72E7. Grayscale: #565656. Windows color (decimal): -16675560 or 1608961. OLE color: 1608961.
HSL color Cylindrical-coordinate representation of color #018D18: hue angle of 129.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D18 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 24 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.45 |
| HSL | 129.86º | 0.99% | 0.28% | - |
| HSV(B) | 129.86º | 0.99% | 0.55% | - |
| XYZ | 9.7 | 19.12 | 4.04 | - |
| YUV | 85.8 | 93.12 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 24 | 0.99 | 0 | 0.83 | 0.45 | 129.86 | 0.99 | 0.28 |
| Hex | 1 | 8D | 18 | 63 | 0 | 53 | 2D | 82 | 63 | 1C |
| Octal | 1 | 215 | 30 | 143 | 0 | 123 | 55 | 202 | 143 | 34 |
| Binary | 1 | 10001101 | 11000 | 1100011 | 0 | 1010011 | 101101 | 10000010 | 1100011 | 11100 |
Color Harmonies of #018D18
Complementary color
Monochromatic Colors of #018D18
Black with #018D18
Text Example
Text Example
White with #018D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D18; }
p { color: rgb(1,141,24); }
H1.HeaderClassName
{
color: #018D18;
}
.AnyTagClassName
{
color: #018D18;
}
</style>
background-color css
<style>
a { background-color: #018D18; }
a { background-color: rgb(1,141,24); }
div.DivClassName
{
background-color: #018D18;
}
.BgClassName
{
background-color: #018D18;
}
</style>
border-color css
<style>
span { border-color: #018D18; }
span { border-color: rgb(1,141,24); }
td.TdClassName
{
border-color: #018D18;
}
.TagClassName
{
border-color: #018D18;
}
</style>