Shades of Islamic Green #058D0F
Tints of Islamic Green #058D0F
RGB
CMYK
RGB Variations
Color information
#058D0F (or 0x058D0F) is known color: Islamic Green. HEX triplet: 05, 8D and 0F. RGB value is (5,141,15). Sum of RGB (Red+Green+Blue) = 5+141+15=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 141 (55.47% from 255 or 87.58% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 141 - color contains mainly: green. Hex color #058D0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058D0F is #FA72F0. Grayscale: #565656. Windows color (decimal): -16413425 or 1019141. OLE color: 1019141.
HSL color Cylindrical-coordinate representation of color #058D0F: hue angle of 124.41º 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 #058D0F is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 15 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.45 |
| HSL | 124.41º | 0.93% | 0.29% | - |
| HSV(B) | 124.41º | 0.96% | 0.55% | - |
| XYZ | 9.67 | 19.12 | 3.63 | - |
| YUV | 85.97 | 87.94 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 15 | 0.96 | 0 | 0.89 | 0.45 | 124.41 | 0.93 | 0.29 |
| Hex | 5 | 8D | F | 60 | 0 | 59 | 2D | 7C | 5D | 1D |
| Octal | 5 | 215 | 17 | 140 | 0 | 131 | 55 | 174 | 135 | 35 |
| Binary | 101 | 10001101 | 1111 | 1100000 | 0 | 1011001 | 101101 | 1111100 | 1011101 | 11101 |
Color Harmonies of #058D0F
Complementary color
Monochromatic Colors of #058D0F
Black with #058D0F
Text Example
Text Example
White with #058D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D0F; }
p { color: rgb(5,141,15); }
H1.HeaderClassName
{
color: #058D0F;
}
.AnyTagClassName
{
color: #058D0F;
}
</style>
background-color css
<style>
a { background-color: #058D0F; }
a { background-color: rgb(5,141,15); }
div.DivClassName
{
background-color: #058D0F;
}
.BgClassName
{
background-color: #058D0F;
}
</style>
border-color css
<style>
span { border-color: #058D0F; }
span { border-color: rgb(5,141,15); }
td.TdClassName
{
border-color: #058D0F;
}
.TagClassName
{
border-color: #058D0F;
}
</style>