Shades of Islamic Green #018D1A
Tints of Islamic Green #018D1A
RGB
CMYK
RGB Variations
Color information
#018D1A (or 0x018D1A) is known color: Islamic Green. HEX triplet: 01, 8D and 1A. RGB value is (1,141,26). Sum of RGB (Red+Green+Blue) = 1+141+26=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 141 (55.47% from 255 or 83.93% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 141 - color contains mainly: green. Hex color #018D1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D1A is #FE72E5. Grayscale: #565656. Windows color (decimal): -16675558 or 1740033. OLE color: 1740033.
HSL color Cylindrical-coordinate representation of color #018D1A: hue angle of 130.71º 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 #018D1A is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 26 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.45 |
| HSL | 130.71º | 0.99% | 0.28% | - |
| HSV(B) | 130.71º | 0.99% | 0.55% | - |
| XYZ | 9.72 | 19.13 | 4.16 | - |
| YUV | 86.03 | 94.12 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 26 | 0.99 | 0 | 0.82 | 0.45 | 130.71 | 0.99 | 0.28 |
| Hex | 1 | 8D | 1A | 63 | 0 | 52 | 2D | 83 | 63 | 1C |
| Octal | 1 | 215 | 32 | 143 | 0 | 122 | 55 | 203 | 143 | 34 |
| Binary | 1 | 10001101 | 11010 | 1100011 | 0 | 1010010 | 101101 | 10000011 | 1100011 | 11100 |
Color Harmonies of #018D1A
Complementary color
Monochromatic Colors of #018D1A
Black with #018D1A
Text Example
Text Example
White with #018D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D1A; }
p { color: rgb(1,141,26); }
H1.HeaderClassName
{
color: #018D1A;
}
.AnyTagClassName
{
color: #018D1A;
}
</style>
background-color css
<style>
a { background-color: #018D1A; }
a { background-color: rgb(1,141,26); }
div.DivClassName
{
background-color: #018D1A;
}
.BgClassName
{
background-color: #018D1A;
}
</style>
border-color css
<style>
span { border-color: #018D1A; }
span { border-color: rgb(1,141,26); }
td.TdClassName
{
border-color: #018D1A;
}
.TagClassName
{
border-color: #018D1A;
}
</style>