Shades of Islamic Green #018F15
Tints of Islamic Green #018F15
RGB
CMYK
RGB Variations
Color information
#018F15 (or 0x018F15) is known color: Islamic Green. HEX triplet: 01, 8F and 15. RGB value is (1,143,21). Sum of RGB (Red+Green+Blue) = 1+143+21=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 143 (56.25% from 255 or 86.67% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 143 - color contains mainly: green. Hex color #018F15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018F15 is #FE70EA. Grayscale: #565656. Windows color (decimal): -16675051 or 1412865. OLE color: 1412865.
HSL color Cylindrical-coordinate representation of color #018F15: hue angle of 128.45º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F15 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 21 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.44 |
| HSL | 128.45º | 0.99% | 0.28% | - |
| HSV(B) | 128.45º | 0.99% | 0.56% | - |
| XYZ | 9.97 | 19.71 | 3.99 | - |
| YUV | 86.63 | 90.96 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 21 | 0.99 | 0 | 0.85 | 0.44 | 128.45 | 0.99 | 0.28 |
| Hex | 1 | 8F | 15 | 63 | 0 | 55 | 2C | 80 | 63 | 1C |
| Octal | 1 | 217 | 25 | 143 | 0 | 125 | 54 | 200 | 143 | 34 |
| Binary | 1 | 10001111 | 10101 | 1100011 | 0 | 1010101 | 101100 | 10000000 | 1100011 | 11100 |
Color Harmonies of #018F15
Complementary color
Monochromatic Colors of #018F15
Black with #018F15
Text Example
Text Example
White with #018F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F15; }
p { color: rgb(1,143,21); }
H1.HeaderClassName
{
color: #018F15;
}
.AnyTagClassName
{
color: #018F15;
}
</style>
background-color css
<style>
a { background-color: #018F15; }
a { background-color: rgb(1,143,21); }
div.DivClassName
{
background-color: #018F15;
}
.BgClassName
{
background-color: #018F15;
}
</style>
border-color css
<style>
span { border-color: #018F15; }
span { border-color: rgb(1,143,21); }
td.TdClassName
{
border-color: #018F15;
}
.TagClassName
{
border-color: #018F15;
}
</style>