Shades of Islamic Green #059C12
Tints of Islamic Green #059C12
RGB
CMYK
RGB Variations
Color information
#059C12 (or 0x059C12) is known color: Islamic Green. HEX triplet: 05, 9C and 12. RGB value is (5,156,18). Sum of RGB (Red+Green+Blue) = 5+156+18=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 156 (61.33% from 255 or 87.15% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 156 - color contains mainly: green. Hex color #059C12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059C12 is #FA63ED. Grayscale: #5F5F5F. Windows color (decimal): -16409582 or 1219589. OLE color: 1219589.
HSL color Cylindrical-coordinate representation of color #059C12: hue angle of 125.17º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C12 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 18 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.39 |
| HSL | 125.17º | 0.94% | 0.32% | - |
| HSV(B) | 125.17º | 0.97% | 0.61% | - |
| XYZ | 12.06 | 23.85 | 4.54 | - |
| YUV | 95.12 | 84.47 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 18 | 0.97 | 0 | 0.88 | 0.39 | 125.17 | 0.94 | 0.32 |
| Hex | 5 | 9C | 12 | 61 | 0 | 58 | 27 | 7D | 5E | 20 |
| Octal | 5 | 234 | 22 | 141 | 0 | 130 | 47 | 175 | 136 | 40 |
| Binary | 101 | 10011100 | 10010 | 1100001 | 0 | 1011000 | 100111 | 1111101 | 1011110 | 100000 |
Color Harmonies of #059C12
Complementary color
Monochromatic Colors of #059C12
Black with #059C12
Text Example
Text Example
White with #059C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C12; }
p { color: rgb(5,156,18); }
H1.HeaderClassName
{
color: #059C12;
}
.AnyTagClassName
{
color: #059C12;
}
</style>
background-color css
<style>
a { background-color: #059C12; }
a { background-color: rgb(5,156,18); }
div.DivClassName
{
background-color: #059C12;
}
.BgClassName
{
background-color: #059C12;
}
</style>
border-color css
<style>
span { border-color: #059C12; }
span { border-color: rgb(5,156,18); }
td.TdClassName
{
border-color: #059C12;
}
.TagClassName
{
border-color: #059C12;
}
</style>