Shades of Green #058C0F
Tints of Green #058C0F
RGB
CMYK
RGB Variations
Color information
#058C0F (or 0x058C0F) is known color: Green. HEX triplet: 05, 8C and 0F. RGB value is (5,140,15). Sum of RGB (Red+Green+Blue) = 5+140+15=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 140 (55.08% from 255 or 87.5% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 140 - color contains mainly: green. Hex color #058C0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C0F is #FA73F0. Grayscale: #555555. Windows color (decimal): -16413681 or 1018885. OLE color: 1018885.
HSL color Cylindrical-coordinate representation of color #058C0F: hue angle of 124.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 #058C0F is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 15 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.45 |
| HSL | 124.44º | 0.93% | 0.28% | - |
| HSV(B) | 124.44º | 0.96% | 0.55% | - |
| XYZ | 9.53 | 18.82 | 3.58 | - |
| YUV | 85.39 | 88.27 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 15 | 0.96 | 0 | 0.89 | 0.45 | 124.44 | 0.93 | 0.28 |
| Hex | 5 | 8C | F | 60 | 0 | 59 | 2D | 7C | 5D | 1C |
| Octal | 5 | 214 | 17 | 140 | 0 | 131 | 55 | 174 | 135 | 34 |
| Binary | 101 | 10001100 | 1111 | 1100000 | 0 | 1011001 | 101101 | 1111100 | 1011101 | 11100 |
Color Harmonies of #058C0F
Complementary color
Monochromatic Colors of #058C0F
Black with #058C0F
Text Example
Text Example
White with #058C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C0F; }
p { color: rgb(5,140,15); }
H1.HeaderClassName
{
color: #058C0F;
}
.AnyTagClassName
{
color: #058C0F;
}
</style>
background-color css
<style>
a { background-color: #058C0F; }
a { background-color: rgb(5,140,15); }
div.DivClassName
{
background-color: #058C0F;
}
.BgClassName
{
background-color: #058C0F;
}
</style>
border-color css
<style>
span { border-color: #058C0F; }
span { border-color: rgb(5,140,15); }
td.TdClassName
{
border-color: #058C0F;
}
.TagClassName
{
border-color: #058C0F;
}
</style>