Shades of Islamic Green #058F11
Tints of Islamic Green #058F11
RGB
CMYK
RGB Variations
Color information
#058F11 (or 0x058F11) is known color: Islamic Green. HEX triplet: 05, 8F and 11. RGB value is (5,143,17). Sum of RGB (Red+Green+Blue) = 5+143+17=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 143 (56.25% from 255 or 86.67% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 143 - color contains mainly: green. Hex color #058F11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058F11 is #FA70EE. Grayscale: #575757. Windows color (decimal): -16412911 or 1150725. OLE color: 1150725.
HSL color Cylindrical-coordinate representation of color #058F11: hue angle of 125.22º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F11 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 17 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.44 |
| HSL | 125.22º | 0.93% | 0.29% | - |
| HSV(B) | 125.22º | 0.97% | 0.56% | - |
| XYZ | 9.99 | 19.72 | 3.81 | - |
| YUV | 87.37 | 88.28 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 17 | 0.97 | 0 | 0.88 | 0.44 | 125.22 | 0.93 | 0.29 |
| Hex | 5 | 8F | 11 | 61 | 0 | 58 | 2C | 7D | 5D | 1D |
| Octal | 5 | 217 | 21 | 141 | 0 | 130 | 54 | 175 | 135 | 35 |
| Binary | 101 | 10001111 | 10001 | 1100001 | 0 | 1011000 | 101100 | 1111101 | 1011101 | 11101 |
Color Harmonies of #058F11
Complementary color
Monochromatic Colors of #058F11
Black with #058F11
Text Example
Text Example
White with #058F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F11; }
p { color: rgb(5,143,17); }
H1.HeaderClassName
{
color: #058F11;
}
.AnyTagClassName
{
color: #058F11;
}
</style>
background-color css
<style>
a { background-color: #058F11; }
a { background-color: rgb(5,143,17); }
div.DivClassName
{
background-color: #058F11;
}
.BgClassName
{
background-color: #058F11;
}
</style>
border-color css
<style>
span { border-color: #058F11; }
span { border-color: rgb(5,143,17); }
td.TdClassName
{
border-color: #058F11;
}
.TagClassName
{
border-color: #058F11;
}
</style>