Shades of Green #058C0C
Tints of Green #058C0C
RGB
CMYK
RGB Variations
Color information
#058C0C (or 0x058C0C) is known color: Green. HEX triplet: 05, 8C and 0C. RGB value is (5,140,12). Sum of RGB (Red+Green+Blue) = 5+140+12=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 140 (55.08% from 255 or 89.17% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 140 - color contains mainly: green. Hex color #058C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C0C is #FA73F3. Grayscale: #555555. Windows color (decimal): -16413684 or 822277. OLE color: 822277.
HSL color Cylindrical-coordinate representation of color #058C0C: hue angle of 123.11º 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 #058C0C is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 12 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.45 |
| HSL | 123.11º | 0.93% | 0.28% | - |
| HSV(B) | 123.11º | 0.96% | 0.55% | - |
| XYZ | 9.51 | 18.81 | 3.48 | - |
| YUV | 85.04 | 86.77 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 12 | 0.96 | 0 | 0.91 | 0.45 | 123.11 | 0.93 | 0.28 |
| Hex | 5 | 8C | C | 60 | 0 | 5B | 2D | 7B | 5D | 1C |
| Octal | 5 | 214 | 14 | 140 | 0 | 133 | 55 | 173 | 135 | 34 |
| Binary | 101 | 10001100 | 1100 | 1100000 | 0 | 1011011 | 101101 | 1111011 | 1011101 | 11100 |
Color Harmonies of #058C0C
Complementary color
Monochromatic Colors of #058C0C
Black with #058C0C
Text Example
Text Example
White with #058C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C0C; }
p { color: rgb(5,140,12); }
H1.HeaderClassName
{
color: #058C0C;
}
.AnyTagClassName
{
color: #058C0C;
}
</style>
background-color css
<style>
a { background-color: #058C0C; }
a { background-color: rgb(5,140,12); }
div.DivClassName
{
background-color: #058C0C;
}
.BgClassName
{
background-color: #058C0C;
}
</style>
border-color css
<style>
span { border-color: #058C0C; }
span { border-color: rgb(5,140,12); }
td.TdClassName
{
border-color: #058C0C;
}
.TagClassName
{
border-color: #058C0C;
}
</style>