Shades of Green #058C10
Tints of Green #058C10
RGB
CMYK
RGB Variations
Color information
#058C10 (or 0x058C10) is known color: Green. HEX triplet: 05, 8C and 10. RGB value is (5,140,16). Sum of RGB (Red+Green+Blue) = 5+140+16=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 140 (55.08% from 255 or 86.96% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 140 - color contains mainly: green. Hex color #058C10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C10 is #FA73EF. Grayscale: #555555. Windows color (decimal): -16413680 or 1084421. OLE color: 1084421.
HSL color Cylindrical-coordinate representation of color #058C10: hue angle of 124.89º 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 #058C10 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 16 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.45 |
| HSL | 124.89º | 0.93% | 0.28% | - |
| HSV(B) | 124.89º | 0.96% | 0.55% | - |
| XYZ | 9.53 | 18.83 | 3.62 | - |
| YUV | 85.5 | 88.77 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 16 | 0.96 | 0 | 0.89 | 0.45 | 124.89 | 0.93 | 0.28 |
| Hex | 5 | 8C | 10 | 60 | 0 | 59 | 2D | 7D | 5D | 1C |
| Octal | 5 | 214 | 20 | 140 | 0 | 131 | 55 | 175 | 135 | 34 |
| Binary | 101 | 10001100 | 10000 | 1100000 | 0 | 1011001 | 101101 | 1111101 | 1011101 | 11100 |
Color Harmonies of #058C10
Complementary color
Monochromatic Colors of #058C10
Black with #058C10
Text Example
Text Example
White with #058C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C10; }
p { color: rgb(5,140,16); }
H1.HeaderClassName
{
color: #058C10;
}
.AnyTagClassName
{
color: #058C10;
}
</style>
background-color css
<style>
a { background-color: #058C10; }
a { background-color: rgb(5,140,16); }
div.DivClassName
{
background-color: #058C10;
}
.BgClassName
{
background-color: #058C10;
}
</style>
border-color css
<style>
span { border-color: #058C10; }
span { border-color: rgb(5,140,16); }
td.TdClassName
{
border-color: #058C10;
}
.TagClassName
{
border-color: #058C10;
}
</style>