Shades of Green #058C17
Tints of Green #058C17
RGB
CMYK
RGB Variations
Color information
#058C17 (or 0x058C17) is known color: Green. HEX triplet: 05, 8C and 17. RGB value is (5,140,23). Sum of RGB (Red+Green+Blue) = 5+140+23=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 140 (55.08% from 255 or 83.33% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 140 - color contains mainly: green. Hex color #058C17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C17 is #FA73E8. Grayscale: #565656. Windows color (decimal): -16413673 or 1543173. OLE color: 1543173.
HSL color Cylindrical-coordinate representation of color #058C17: hue angle of 128º 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 #058C17 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 23 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.45 |
| HSL | 128º | 0.93% | 0.28% | - |
| HSV(B) | 128º | 0.96% | 0.55% | - |
| XYZ | 9.6 | 18.85 | 3.94 | - |
| YUV | 86.3 | 92.27 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 23 | 0.96 | 0 | 0.84 | 0.45 | 128 | 0.93 | 0.28 |
| Hex | 5 | 8C | 17 | 60 | 0 | 54 | 2D | 80 | 5D | 1C |
| Octal | 5 | 214 | 27 | 140 | 0 | 124 | 55 | 200 | 135 | 34 |
| Binary | 101 | 10001100 | 10111 | 1100000 | 0 | 1010100 | 101101 | 10000000 | 1011101 | 11100 |
Color Harmonies of #058C17
Complementary color
Monochromatic Colors of #058C17
Black with #058C17
Text Example
Text Example
White with #058C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C17; }
p { color: rgb(5,140,23); }
H1.HeaderClassName
{
color: #058C17;
}
.AnyTagClassName
{
color: #058C17;
}
</style>
background-color css
<style>
a { background-color: #058C17; }
a { background-color: rgb(5,140,23); }
div.DivClassName
{
background-color: #058C17;
}
.BgClassName
{
background-color: #058C17;
}
</style>
border-color css
<style>
span { border-color: #058C17; }
span { border-color: rgb(5,140,23); }
td.TdClassName
{
border-color: #058C17;
}
.TagClassName
{
border-color: #058C17;
}
</style>