Shades of Green #058C12
Tints of Green #058C12
RGB
CMYK
RGB Variations
Color information
#058C12 (or 0x058C12) is known color: Green. HEX triplet: 05, 8C and 12. RGB value is (5,140,18). Sum of RGB (Red+Green+Blue) = 5+140+18=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 140 (55.08% from 255 or 85.89% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 140 - color contains mainly: green. Hex color #058C12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C12 is #FA73ED. Grayscale: #565656. Windows color (decimal): -16413678 or 1215493. OLE color: 1215493.
HSL color Cylindrical-coordinate representation of color #058C12: hue angle of 125.78º 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 #058C12 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 18 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.45 |
| HSL | 125.78º | 0.93% | 0.28% | - |
| HSV(B) | 125.78º | 0.96% | 0.55% | - |
| XYZ | 9.55 | 18.83 | 3.7 | - |
| YUV | 85.73 | 89.77 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 18 | 0.96 | 0 | 0.87 | 0.45 | 125.78 | 0.93 | 0.28 |
| Hex | 5 | 8C | 12 | 60 | 0 | 57 | 2D | 7E | 5D | 1C |
| Octal | 5 | 214 | 22 | 140 | 0 | 127 | 55 | 176 | 135 | 34 |
| Binary | 101 | 10001100 | 10010 | 1100000 | 0 | 1010111 | 101101 | 1111110 | 1011101 | 11100 |
Color Harmonies of #058C12
Complementary color
Monochromatic Colors of #058C12
Black with #058C12
Text Example
Text Example
White with #058C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C12; }
p { color: rgb(5,140,18); }
H1.HeaderClassName
{
color: #058C12;
}
.AnyTagClassName
{
color: #058C12;
}
</style>
background-color css
<style>
a { background-color: #058C12; }
a { background-color: rgb(5,140,18); }
div.DivClassName
{
background-color: #058C12;
}
.BgClassName
{
background-color: #058C12;
}
</style>
border-color css
<style>
span { border-color: #058C12; }
span { border-color: rgb(5,140,18); }
td.TdClassName
{
border-color: #058C12;
}
.TagClassName
{
border-color: #058C12;
}
</style>