Shades of Islamic Green #019D12
Tints of Islamic Green #019D12
RGB
CMYK
RGB Variations
Color information
#019D12 (or 0x019D12) is known color: Islamic Green. HEX triplet: 01, 9D and 12. RGB value is (1,157,18). Sum of RGB (Red+Green+Blue) = 1+157+18=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 157 (61.72% from 255 or 89.20% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 157 - color contains mainly: green. Hex color #019D12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019D12 is #FE62ED. Grayscale: #5E5E5E. Windows color (decimal): -16671470 or 1219841. OLE color: 1219841.
HSL color Cylindrical-coordinate representation of color #019D12: hue angle of 126.54º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019D12 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 157 | 18 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.38 |
| HSL | 126.54º | 0.99% | 0.31% | - |
| HSV(B) | 126.54º | 0.99% | 0.62% | - |
| XYZ | 12.18 | 24.16 | 4.59 | - |
| YUV | 94.51 | 84.82 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 18 | 0.99 | 0 | 0.89 | 0.38 | 126.54 | 0.99 | 0.31 |
| Hex | 1 | 9D | 12 | 63 | 0 | 59 | 26 | 7F | 63 | 1F |
| Octal | 1 | 235 | 22 | 143 | 0 | 131 | 46 | 177 | 143 | 37 |
| Binary | 1 | 10011101 | 10010 | 1100011 | 0 | 1011001 | 100110 | 1111111 | 1100011 | 11111 |
Color Harmonies of #019D12
Complementary color
Monochromatic Colors of #019D12
Black with #019D12
Text Example
Text Example
White with #019D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019D12; }
p { color: rgb(1,157,18); }
H1.HeaderClassName
{
color: #019D12;
}
.AnyTagClassName
{
color: #019D12;
}
</style>
background-color css
<style>
a { background-color: #019D12; }
a { background-color: rgb(1,157,18); }
div.DivClassName
{
background-color: #019D12;
}
.BgClassName
{
background-color: #019D12;
}
</style>
border-color css
<style>
span { border-color: #019D12; }
span { border-color: rgb(1,157,18); }
td.TdClassName
{
border-color: #019D12;
}
.TagClassName
{
border-color: #019D12;
}
</style>