Shades of Islamic Green #018D04
Tints of Islamic Green #018D04
RGB
CMYK
RGB Variations
Color information
#018D04 (or 0x018D04) is known color: Islamic Green. HEX triplet: 01, 8D and 04. RGB value is (1,141,4). Sum of RGB (Red+Green+Blue) = 1+141+4=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 141 (55.47% from 255 or 96.58% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 141 - color contains mainly: green. Hex color #018D04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018D04 is #FE72FB. Grayscale: #535353. Windows color (decimal): -16675580 or 298241. OLE color: 298241.
HSL color Cylindrical-coordinate representation of color #018D04: hue angle of 121.29º 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 #018D04 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 4 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.45 |
| HSL | 121.29º | 0.99% | 0.28% | - |
| HSV(B) | 121.29º | 0.99% | 0.55% | - |
| XYZ | 9.56 | 19.06 | 3.29 | - |
| YUV | 83.52 | 83.12 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 4 | 0.99 | 0 | 0.97 | 0.45 | 121.29 | 0.99 | 0.28 |
| Hex | 1 | 8D | 4 | 63 | 0 | 61 | 2D | 79 | 63 | 1C |
| Octal | 1 | 215 | 4 | 143 | 0 | 141 | 55 | 171 | 143 | 34 |
| Binary | 1 | 10001101 | 100 | 1100011 | 0 | 1100001 | 101101 | 1111001 | 1100011 | 11100 |
Color Harmonies of #018D04
Complementary color
Monochromatic Colors of #018D04
Black with #018D04
Text Example
Text Example
White with #018D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D04; }
p { color: rgb(1,141,4); }
H1.HeaderClassName
{
color: #018D04;
}
.AnyTagClassName
{
color: #018D04;
}
</style>
background-color css
<style>
a { background-color: #018D04; }
a { background-color: rgb(1,141,4); }
div.DivClassName
{
background-color: #018D04;
}
.BgClassName
{
background-color: #018D04;
}
</style>
border-color css
<style>
span { border-color: #018D04; }
span { border-color: rgb(1,141,4); }
td.TdClassName
{
border-color: #018D04;
}
.TagClassName
{
border-color: #018D04;
}
</style>