Shades of Green #058A0D
Tints of Green #058A0D
RGB
CMYK
RGB Variations
Color information
#058A0D (or 0x058A0D) is known color: Green. HEX triplet: 05, 8A and 0D. RGB value is (5,138,13). Sum of RGB (Red+Green+Blue) = 5+138+13=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 138 (54.30% from 255 or 88.46% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 138 - color contains mainly: green. Hex color #058A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058A0D is #FA75F2. Grayscale: #545454. Windows color (decimal): -16414195 or 887301. OLE color: 887301.
HSL color Cylindrical-coordinate representation of color #058A0D: hue angle of 123.61º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058A0D is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 138 | 13 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.46 |
| HSL | 123.61º | 0.93% | 0.28% | - |
| HSV(B) | 123.61º | 0.96% | 0.54% | - |
| XYZ | 9.22 | 18.24 | 3.41 | - |
| YUV | 83.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 13 | 0.96 | 0 | 0.91 | 0.46 | 123.61 | 0.93 | 0.28 |
| Hex | 5 | 8A | D | 60 | 0 | 5B | 2E | 7C | 5D | 1C |
| Octal | 5 | 212 | 15 | 140 | 0 | 133 | 56 | 174 | 135 | 34 |
| Binary | 101 | 10001010 | 1101 | 1100000 | 0 | 1011011 | 101110 | 1111100 | 1011101 | 11100 |
Color Harmonies of #058A0D
Complementary color
Monochromatic Colors of #058A0D
Black with #058A0D
Text Example
Text Example
White with #058A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058A0D; }
p { color: rgb(5,138,13); }
H1.HeaderClassName
{
color: #058A0D;
}
.AnyTagClassName
{
color: #058A0D;
}
</style>
background-color css
<style>
a { background-color: #058A0D; }
a { background-color: rgb(5,138,13); }
div.DivClassName
{
background-color: #058A0D;
}
.BgClassName
{
background-color: #058A0D;
}
</style>
border-color css
<style>
span { border-color: #058A0D; }
span { border-color: rgb(5,138,13); }
td.TdClassName
{
border-color: #058A0D;
}
.TagClassName
{
border-color: #058A0D;
}
</style>