Shades of Islamic Green #058D10
Tints of Islamic Green #058D10
RGB
CMYK
RGB Variations
Color information
#058D10 (or 0x058D10) is known color: Islamic Green. HEX triplet: 05, 8D and 10. RGB value is (5,141,16). Sum of RGB (Red+Green+Blue) = 5+141+16=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 141 (55.47% from 255 or 87.04% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 141 - color contains mainly: green. Hex color #058D10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058D10 is #FA72EF. Grayscale: #565656. Windows color (decimal): -16413424 or 1084677. OLE color: 1084677.
HSL color Cylindrical-coordinate representation of color #058D10: hue angle of 124.85º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D10 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 16 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.45 |
| HSL | 124.85º | 0.93% | 0.29% | - |
| HSV(B) | 124.85º | 0.96% | 0.55% | - |
| XYZ | 9.68 | 19.12 | 3.67 | - |
| YUV | 86.09 | 88.44 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 16 | 0.96 | 0 | 0.89 | 0.45 | 124.85 | 0.93 | 0.29 |
| Hex | 5 | 8D | 10 | 60 | 0 | 59 | 2D | 7D | 5D | 1D |
| Octal | 5 | 215 | 20 | 140 | 0 | 131 | 55 | 175 | 135 | 35 |
| Binary | 101 | 10001101 | 10000 | 1100000 | 0 | 1011001 | 101101 | 1111101 | 1011101 | 11101 |
Color Harmonies of #058D10
Complementary color
Monochromatic Colors of #058D10
Black with #058D10
Text Example
Text Example
White with #058D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D10; }
p { color: rgb(5,141,16); }
H1.HeaderClassName
{
color: #058D10;
}
.AnyTagClassName
{
color: #058D10;
}
</style>
background-color css
<style>
a { background-color: #058D10; }
a { background-color: rgb(5,141,16); }
div.DivClassName
{
background-color: #058D10;
}
.BgClassName
{
background-color: #058D10;
}
</style>
border-color css
<style>
span { border-color: #058D10; }
span { border-color: rgb(5,141,16); }
td.TdClassName
{
border-color: #058D10;
}
.TagClassName
{
border-color: #058D10;
}
</style>