Shades of Islamic Green #018D0F
Tints of Islamic Green #018D0F
RGB
CMYK
RGB Variations
Color information
#018D0F (or 0x018D0F) is known color: Islamic Green. HEX triplet: 01, 8D and 0F. RGB value is (1,141,15). Sum of RGB (Red+Green+Blue) = 1+141+15=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 141 (55.47% from 255 or 89.81% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 141 - color contains mainly: green. Hex color #018D0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018D0F is #FE72F0. Grayscale: #555555. Windows color (decimal): -16675569 or 1019137. OLE color: 1019137.
HSL color Cylindrical-coordinate representation of color #018D0F: hue angle of 126º 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 #018D0F is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 15 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.45 |
| HSL | 126º | 0.99% | 0.28% | - |
| HSV(B) | 126º | 0.99% | 0.55% | - |
| XYZ | 9.62 | 19.09 | 3.63 | - |
| YUV | 84.78 | 88.62 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 15 | 0.99 | 0 | 0.89 | 0.45 | 126 | 0.99 | 0.28 |
| Hex | 1 | 8D | F | 63 | 0 | 59 | 2D | 7E | 63 | 1C |
| Octal | 1 | 215 | 17 | 143 | 0 | 131 | 55 | 176 | 143 | 34 |
| Binary | 1 | 10001101 | 1111 | 1100011 | 0 | 1011001 | 101101 | 1111110 | 1100011 | 11100 |
Color Harmonies of #018D0F
Complementary color
Monochromatic Colors of #018D0F
Black with #018D0F
Text Example
Text Example
White with #018D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D0F; }
p { color: rgb(1,141,15); }
H1.HeaderClassName
{
color: #018D0F;
}
.AnyTagClassName
{
color: #018D0F;
}
</style>
background-color css
<style>
a { background-color: #018D0F; }
a { background-color: rgb(1,141,15); }
div.DivClassName
{
background-color: #018D0F;
}
.BgClassName
{
background-color: #018D0F;
}
</style>
border-color css
<style>
span { border-color: #018D0F; }
span { border-color: rgb(1,141,15); }
td.TdClassName
{
border-color: #018D0F;
}
.TagClassName
{
border-color: #018D0F;
}
</style>