Shades of Green #058C18
Tints of Green #058C18
RGB
CMYK
RGB Variations
Color information
#058C18 (or 0x058C18) is known color: Green. HEX triplet: 05, 8C and 18. RGB value is (5,140,24). Sum of RGB (Red+Green+Blue) = 5+140+24=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 140 (55.08% from 255 or 82.84% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 140 - color contains mainly: green. Hex color #058C18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C18 is #FA73E7. Grayscale: #565656. Windows color (decimal): -16413672 or 1608709. OLE color: 1608709.
HSL color Cylindrical-coordinate representation of color #058C18: hue angle of 128.44º 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 #058C18 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 24 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.45 |
| HSL | 128.44º | 0.93% | 0.28% | - |
| HSV(B) | 128.44º | 0.96% | 0.55% | - |
| XYZ | 9.61 | 18.85 | 4 | - |
| YUV | 86.41 | 92.77 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 24 | 0.96 | 0 | 0.83 | 0.45 | 128.44 | 0.93 | 0.28 |
| Hex | 5 | 8C | 18 | 60 | 0 | 53 | 2D | 80 | 5D | 1C |
| Octal | 5 | 214 | 30 | 140 | 0 | 123 | 55 | 200 | 135 | 34 |
| Binary | 101 | 10001100 | 11000 | 1100000 | 0 | 1010011 | 101101 | 10000000 | 1011101 | 11100 |
Color Harmonies of #058C18
Complementary color
Monochromatic Colors of #058C18
Black with #058C18
Text Example
Text Example
White with #058C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C18; }
p { color: rgb(5,140,24); }
H1.HeaderClassName
{
color: #058C18;
}
.AnyTagClassName
{
color: #058C18;
}
</style>
background-color css
<style>
a { background-color: #058C18; }
a { background-color: rgb(5,140,24); }
div.DivClassName
{
background-color: #058C18;
}
.BgClassName
{
background-color: #058C18;
}
</style>
border-color css
<style>
span { border-color: #058C18; }
span { border-color: rgb(5,140,24); }
td.TdClassName
{
border-color: #058C18;
}
.TagClassName
{
border-color: #058C18;
}
</style>