Shades of Islamic Green #058D12
Tints of Islamic Green #058D12
RGB
CMYK
RGB Variations
Color information
#058D12 (or 0x058D12) is known color: Islamic Green. HEX triplet: 05, 8D and 12. RGB value is (5,141,18). Sum of RGB (Red+Green+Blue) = 5+141+18=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 141 (55.47% from 255 or 85.98% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 141 - color contains mainly: green. Hex color #058D12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058D12 is #FA72ED. Grayscale: #565656. Windows color (decimal): -16413422 or 1215749. OLE color: 1215749.
HSL color Cylindrical-coordinate representation of color #058D12: hue angle of 125.74º 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 #058D12 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 18 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.45 |
| HSL | 125.74º | 0.93% | 0.29% | - |
| HSV(B) | 125.74º | 0.96% | 0.55% | - |
| XYZ | 9.7 | 19.13 | 3.75 | - |
| YUV | 86.31 | 89.44 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 18 | 0.96 | 0 | 0.87 | 0.45 | 125.74 | 0.93 | 0.29 |
| Hex | 5 | 8D | 12 | 60 | 0 | 57 | 2D | 7E | 5D | 1D |
| Octal | 5 | 215 | 22 | 140 | 0 | 127 | 55 | 176 | 135 | 35 |
| Binary | 101 | 10001101 | 10010 | 1100000 | 0 | 1010111 | 101101 | 1111110 | 1011101 | 11101 |
Color Harmonies of #058D12
Complementary color
Monochromatic Colors of #058D12
Black with #058D12
Text Example
Text Example
White with #058D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D12; }
p { color: rgb(5,141,18); }
H1.HeaderClassName
{
color: #058D12;
}
.AnyTagClassName
{
color: #058D12;
}
</style>
background-color css
<style>
a { background-color: #058D12; }
a { background-color: rgb(5,141,18); }
div.DivClassName
{
background-color: #058D12;
}
.BgClassName
{
background-color: #058D12;
}
</style>
border-color css
<style>
span { border-color: #058D12; }
span { border-color: rgb(5,141,18); }
td.TdClassName
{
border-color: #058D12;
}
.TagClassName
{
border-color: #058D12;
}
</style>