Shades of Green #05800A
Tints of Green #05800A
RGB
CMYK
RGB Variations
Color information
#05800A (or 0x05800A) is known color: Green. HEX triplet: 05, 80 and 0A. RGB value is (5,128,10). Sum of RGB (Red+Green+Blue) = 5+128+10=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 128 (50.39% from 255 or 89.51% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 128 - color contains mainly: green. Hex color #05800A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05800A is #FA7FF5. Grayscale: #4E4E4E. Windows color (decimal): -16416758 or 688133. OLE color: 688133.
HSL color Cylindrical-coordinate representation of color #05800A: hue angle of 122.44º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05800A is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 10 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.50 |
| HSL | 122.44º | 0.92% | 0.26% | - |
| HSV(B) | 122.44º | 0.96% | 0.5% | - |
| XYZ | 7.84 | 15.49 | 2.86 | - |
| YUV | 77.77 | 89.75 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 10 | 0.96 | 0 | 0.92 | 0.50 | 122.44 | 0.92 | 0.26 |
| Hex | 5 | 80 | A | 60 | 0 | 5C | 32 | 7A | 5C | 1A |
| Octal | 5 | 200 | 12 | 140 | 0 | 134 | 62 | 172 | 134 | 32 |
| Binary | 101 | 10000000 | 1010 | 1100000 | 0 | 1011100 | 110010 | 1111010 | 1011100 | 11010 |
Color Harmonies of #05800A
Complementary color
Monochromatic Colors of #05800A
Black with #05800A
Text Example
Text Example
White with #05800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05800A; }
p { color: rgb(5,128,10); }
H1.HeaderClassName
{
color: #05800A;
}
.AnyTagClassName
{
color: #05800A;
}
</style>
background-color css
<style>
a { background-color: #05800A; }
a { background-color: rgb(5,128,10); }
div.DivClassName
{
background-color: #05800A;
}
.BgClassName
{
background-color: #05800A;
}
</style>
border-color css
<style>
span { border-color: #05800A; }
span { border-color: rgb(5,128,10); }
td.TdClassName
{
border-color: #05800A;
}
.TagClassName
{
border-color: #05800A;
}
</style>