Shades of Islamic Green #018D14
Tints of Islamic Green #018D14
RGB
CMYK
RGB Variations
Color information
#018D14 (or 0x018D14) is known color: Islamic Green. HEX triplet: 01, 8D and 14. RGB value is (1,141,20). Sum of RGB (Red+Green+Blue) = 1+141+20=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 141 (55.47% from 255 or 87.04% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 141 - color contains mainly: green. Hex color #018D14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018D14 is #FE72EB. Grayscale: #555555. Windows color (decimal): -16675564 or 1346817. OLE color: 1346817.
HSL color Cylindrical-coordinate representation of color #018D14: hue angle of 128.14º 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 #018D14 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 20 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.45 |
| HSL | 128.14º | 0.99% | 0.28% | - |
| HSV(B) | 128.14º | 0.99% | 0.55% | - |
| XYZ | 9.66 | 19.11 | 3.84 | - |
| YUV | 85.35 | 91.12 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 20 | 0.99 | 0 | 0.86 | 0.45 | 128.14 | 0.99 | 0.28 |
| Hex | 1 | 8D | 14 | 63 | 0 | 56 | 2D | 80 | 63 | 1C |
| Octal | 1 | 215 | 24 | 143 | 0 | 126 | 55 | 200 | 143 | 34 |
| Binary | 1 | 10001101 | 10100 | 1100011 | 0 | 1010110 | 101101 | 10000000 | 1100011 | 11100 |
Color Harmonies of #018D14
Complementary color
Monochromatic Colors of #018D14
Black with #018D14
Text Example
Text Example
White with #018D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D14; }
p { color: rgb(1,141,20); }
H1.HeaderClassName
{
color: #018D14;
}
.AnyTagClassName
{
color: #018D14;
}
</style>
background-color css
<style>
a { background-color: #018D14; }
a { background-color: rgb(1,141,20); }
div.DivClassName
{
background-color: #018D14;
}
.BgClassName
{
background-color: #018D14;
}
</style>
border-color css
<style>
span { border-color: #018D14; }
span { border-color: rgb(1,141,20); }
td.TdClassName
{
border-color: #018D14;
}
.TagClassName
{
border-color: #018D14;
}
</style>