Shades of Green #058C16
Tints of Green #058C16
RGB
CMYK
RGB Variations
Color information
#058C16 (or 0x058C16) is known color: Green. HEX triplet: 05, 8C and 16. RGB value is (5,140,22). Sum of RGB (Red+Green+Blue) = 5+140+22=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 140 (55.08% from 255 or 83.83% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 140 - color contains mainly: green. Hex color #058C16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C16 is #FA73E9. Grayscale: #565656. Windows color (decimal): -16413674 or 1477637. OLE color: 1477637.
HSL color Cylindrical-coordinate representation of color #058C16: hue angle of 127.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C16 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 22 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.45 |
| HSL | 127.56º | 0.93% | 0.28% | - |
| HSV(B) | 127.56º | 0.96% | 0.55% | - |
| XYZ | 9.59 | 18.85 | 3.89 | - |
| YUV | 86.18 | 91.77 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 22 | 0.96 | 0 | 0.84 | 0.45 | 127.56 | 0.93 | 0.28 |
| Hex | 5 | 8C | 16 | 60 | 0 | 54 | 2D | 80 | 5D | 1C |
| Octal | 5 | 214 | 26 | 140 | 0 | 124 | 55 | 200 | 135 | 34 |
| Binary | 101 | 10001100 | 10110 | 1100000 | 0 | 1010100 | 101101 | 10000000 | 1011101 | 11100 |
Color Harmonies of #058C16
Complementary color
Monochromatic Colors of #058C16
Black with #058C16
Text Example
Text Example
White with #058C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C16; }
p { color: rgb(5,140,22); }
H1.HeaderClassName
{
color: #058C16;
}
.AnyTagClassName
{
color: #058C16;
}
</style>
background-color css
<style>
a { background-color: #058C16; }
a { background-color: rgb(5,140,22); }
div.DivClassName
{
background-color: #058C16;
}
.BgClassName
{
background-color: #058C16;
}
</style>
border-color css
<style>
span { border-color: #058C16; }
span { border-color: rgb(5,140,22); }
td.TdClassName
{
border-color: #058C16;
}
.TagClassName
{
border-color: #058C16;
}
</style>