Shades of Islamic Green #019711
Tints of Islamic Green #019711
RGB
CMYK
RGB Variations
Color information
#019711 (or 0x019711) is known color: Islamic Green. HEX triplet: 01, 97 and 11. RGB value is (1,151,17). Sum of RGB (Red+Green+Blue) = 1+151+17=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 151 (59.38% from 255 or 89.35% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 151 - color contains mainly: green. Hex color #019711 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019711 is #FE68EE. Grayscale: #5B5B5B. Windows color (decimal): -16673007 or 1152769. OLE color: 1152769.
HSL color Cylindrical-coordinate representation of color #019711: hue angle of 126.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019711 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 17 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.41 |
| HSL | 126.4º | 0.99% | 0.3% | - |
| HSV(B) | 126.4º | 0.99% | 0.59% | - |
| XYZ | 11.18 | 22.18 | 4.22 | - |
| YUV | 90.87 | 86.31 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 17 | 0.99 | 0 | 0.89 | 0.41 | 126.4 | 0.99 | 0.3 |
| Hex | 1 | 97 | 11 | 63 | 0 | 59 | 29 | 7E | 63 | 1E |
| Octal | 1 | 227 | 21 | 143 | 0 | 131 | 51 | 176 | 143 | 36 |
| Binary | 1 | 10010111 | 10001 | 1100011 | 0 | 1011001 | 101001 | 1111110 | 1100011 | 11110 |
Color Harmonies of #019711
Complementary color
Monochromatic Colors of #019711
Black with #019711
Text Example
Text Example
White with #019711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019711; }
p { color: rgb(1,151,17); }
H1.HeaderClassName
{
color: #019711;
}
.AnyTagClassName
{
color: #019711;
}
</style>
background-color css
<style>
a { background-color: #019711; }
a { background-color: rgb(1,151,17); }
div.DivClassName
{
background-color: #019711;
}
.BgClassName
{
background-color: #019711;
}
</style>
border-color css
<style>
span { border-color: #019711; }
span { border-color: rgb(1,151,17); }
td.TdClassName
{
border-color: #019711;
}
.TagClassName
{
border-color: #019711;
}
</style>