Shades of Green #057E16
Tints of Green #057E16
RGB
CMYK
RGB Variations
Color information
#057E16 (or 0x057E16) is known color: Green. HEX triplet: 05, 7E and 16. RGB value is (5,126,22). Sum of RGB (Red+Green+Blue) = 5+126+22=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 126 (49.61% from 255 or 82.35% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 126 - color contains mainly: green. Hex color #057E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057E16 is #FA81E9. Grayscale: #4E4E4E. Windows color (decimal): -16417258 or 1474053. OLE color: 1474053.
HSL color Cylindrical-coordinate representation of color #057E16: hue angle of 128.43º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057E16 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 126 | 22 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.51 |
| HSL | 128.43º | 0.92% | 0.26% | - |
| HSV(B) | 128.43º | 0.96% | 0.49% | - |
| XYZ | 7.67 | 15.01 | 3.25 | - |
| YUV | 77.97 | 96.41 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 22 | 0.96 | 0 | 0.83 | 0.51 | 128.43 | 0.92 | 0.26 |
| Hex | 5 | 7E | 16 | 60 | 0 | 53 | 33 | 80 | 5C | 1A |
| Octal | 5 | 176 | 26 | 140 | 0 | 123 | 63 | 200 | 134 | 32 |
| Binary | 101 | 1111110 | 10110 | 1100000 | 0 | 1010011 | 110011 | 10000000 | 1011100 | 11010 |
Color Harmonies of #057E16
Complementary color
Monochromatic Colors of #057E16
Black with #057E16
Text Example
Text Example
White with #057E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E16; }
p { color: rgb(5,126,22); }
H1.HeaderClassName
{
color: #057E16;
}
.AnyTagClassName
{
color: #057E16;
}
</style>
background-color css
<style>
a { background-color: #057E16; }
a { background-color: rgb(5,126,22); }
div.DivClassName
{
background-color: #057E16;
}
.BgClassName
{
background-color: #057E16;
}
</style>
border-color css
<style>
span { border-color: #057E16; }
span { border-color: rgb(5,126,22); }
td.TdClassName
{
border-color: #057E16;
}
.TagClassName
{
border-color: #057E16;
}
</style>