Shades of Islamic Green #058D0C
Tints of Islamic Green #058D0C
RGB
CMYK
RGB Variations
Color information
#058D0C (or 0x058D0C) is known color: Islamic Green. HEX triplet: 05, 8D and 0C. RGB value is (5,141,12). Sum of RGB (Red+Green+Blue) = 5+141+12=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 141 (55.47% from 255 or 89.24% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 141 - color contains mainly: green. Hex color #058D0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058D0C is #FA72F3. Grayscale: #565656. Windows color (decimal): -16413428 or 822533. OLE color: 822533.
HSL color Cylindrical-coordinate representation of color #058D0C: hue angle of 123.09º 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 #058D0C is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 12 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.45 |
| HSL | 123.09º | 0.93% | 0.29% | - |
| HSV(B) | 123.09º | 0.96% | 0.55% | - |
| XYZ | 9.65 | 19.11 | 3.53 | - |
| YUV | 85.63 | 86.44 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 12 | 0.96 | 0 | 0.91 | 0.45 | 123.09 | 0.93 | 0.29 |
| Hex | 5 | 8D | C | 60 | 0 | 5B | 2D | 7B | 5D | 1D |
| Octal | 5 | 215 | 14 | 140 | 0 | 133 | 55 | 173 | 135 | 35 |
| Binary | 101 | 10001101 | 1100 | 1100000 | 0 | 1011011 | 101101 | 1111011 | 1011101 | 11101 |
Color Harmonies of #058D0C
Complementary color
Monochromatic Colors of #058D0C
Black with #058D0C
Text Example
Text Example
White with #058D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D0C; }
p { color: rgb(5,141,12); }
H1.HeaderClassName
{
color: #058D0C;
}
.AnyTagClassName
{
color: #058D0C;
}
</style>
background-color css
<style>
a { background-color: #058D0C; }
a { background-color: rgb(5,141,12); }
div.DivClassName
{
background-color: #058D0C;
}
.BgClassName
{
background-color: #058D0C;
}
</style>
border-color css
<style>
span { border-color: #058D0C; }
span { border-color: rgb(5,141,12); }
td.TdClassName
{
border-color: #058D0C;
}
.TagClassName
{
border-color: #058D0C;
}
</style>