Shades of Islamic Green #018F1A
Tints of Islamic Green #018F1A
RGB
CMYK
RGB Variations
Color information
#018F1A (or 0x018F1A) is known color: Islamic Green. HEX triplet: 01, 8F and 1A. RGB value is (1,143,26). Sum of RGB (Red+Green+Blue) = 1+143+26=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 143 (56.25% from 255 or 84.12% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 143 - color contains mainly: green. Hex color #018F1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F1A is #FE70E5. Grayscale: #575757. Windows color (decimal): -16675046 or 1740545. OLE color: 1740545.
HSL color Cylindrical-coordinate representation of color #018F1A: hue angle of 130.56º 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 #018F1A is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 26 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.44 |
| HSL | 130.56º | 0.99% | 0.28% | - |
| HSV(B) | 130.56º | 0.99% | 0.56% | - |
| XYZ | 10.02 | 19.73 | 4.26 | - |
| YUV | 87.2 | 93.46 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 26 | 0.99 | 0 | 0.82 | 0.44 | 130.56 | 0.99 | 0.28 |
| Hex | 1 | 8F | 1A | 63 | 0 | 52 | 2C | 83 | 63 | 1C |
| Octal | 1 | 217 | 32 | 143 | 0 | 122 | 54 | 203 | 143 | 34 |
| Binary | 1 | 10001111 | 11010 | 1100011 | 0 | 1010010 | 101100 | 10000011 | 1100011 | 11100 |
Color Harmonies of #018F1A
Complementary color
Monochromatic Colors of #018F1A
Black with #018F1A
Text Example
Text Example
White with #018F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F1A; }
p { color: rgb(1,143,26); }
H1.HeaderClassName
{
color: #018F1A;
}
.AnyTagClassName
{
color: #018F1A;
}
</style>
background-color css
<style>
a { background-color: #018F1A; }
a { background-color: rgb(1,143,26); }
div.DivClassName
{
background-color: #018F1A;
}
.BgClassName
{
background-color: #018F1A;
}
</style>
border-color css
<style>
span { border-color: #018F1A; }
span { border-color: rgb(1,143,26); }
td.TdClassName
{
border-color: #018F1A;
}
.TagClassName
{
border-color: #018F1A;
}
</style>