Shades of Green #057A16
Tints of Green #057A16
RGB
CMYK
RGB Variations
Color information
#057A16 (or 0x057A16) is known color: Green. HEX triplet: 05, 7A and 16. RGB value is (5,122,22). Sum of RGB (Red+Green+Blue) = 5+122+22=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 122 (48.05% from 255 or 81.88% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 122 - color contains mainly: green. Hex color #057A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057A16 is #FA85E9. Grayscale: #4B4B4B. Windows color (decimal): -16418282 or 1473029. OLE color: 1473029.
HSL color Cylindrical-coordinate representation of color #057A16: hue angle of 128.72º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A16 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 22 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.52 |
| HSL | 128.72º | 0.92% | 0.25% | - |
| HSV(B) | 128.72º | 0.96% | 0.48% | - |
| XYZ | 7.17 | 14.01 | 3.09 | - |
| YUV | 75.62 | 97.74 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 22 | 0.96 | 0 | 0.82 | 0.52 | 128.72 | 0.92 | 0.25 |
| Hex | 5 | 7A | 16 | 60 | 0 | 52 | 34 | 81 | 5C | 19 |
| Octal | 5 | 172 | 26 | 140 | 0 | 122 | 64 | 201 | 134 | 31 |
| Binary | 101 | 1111010 | 10110 | 1100000 | 0 | 1010010 | 110100 | 10000001 | 1011100 | 11001 |
Color Harmonies of #057A16
Complementary color
Monochromatic Colors of #057A16
Black with #057A16
Text Example
Text Example
White with #057A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A16; }
p { color: rgb(5,122,22); }
H1.HeaderClassName
{
color: #057A16;
}
.AnyTagClassName
{
color: #057A16;
}
</style>
background-color css
<style>
a { background-color: #057A16; }
a { background-color: rgb(5,122,22); }
div.DivClassName
{
background-color: #057A16;
}
.BgClassName
{
background-color: #057A16;
}
</style>
border-color css
<style>
span { border-color: #057A16; }
span { border-color: rgb(5,122,22); }
td.TdClassName
{
border-color: #057A16;
}
.TagClassName
{
border-color: #057A16;
}
</style>