Shades of Green #057E0A
Tints of Green #057E0A
RGB
CMYK
RGB Variations
Color information
#057E0A (or 0x057E0A) is known color: Green. HEX triplet: 05, 7E and 0A. RGB value is (5,126,10). Sum of RGB (Red+Green+Blue) = 5+126+10=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 126 (49.61% from 255 or 89.36% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 126 - color contains mainly: green. Hex color #057E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057E0A is #FA81F5. Grayscale: #4C4C4C. Windows color (decimal): -16417270 or 687621. OLE color: 687621.
HSL color Cylindrical-coordinate representation of color #057E0A: hue angle of 122.48º 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 #057E0A is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 126 | 10 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.51 |
| HSL | 122.48º | 0.92% | 0.26% | - |
| HSV(B) | 122.48º | 0.96% | 0.49% | - |
| XYZ | 7.58 | 14.98 | 2.78 | - |
| YUV | 76.6 | 90.41 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 10 | 0.96 | 0 | 0.92 | 0.51 | 122.48 | 0.92 | 0.26 |
| Hex | 5 | 7E | A | 60 | 0 | 5C | 33 | 7A | 5C | 1A |
| Octal | 5 | 176 | 12 | 140 | 0 | 134 | 63 | 172 | 134 | 32 |
| Binary | 101 | 1111110 | 1010 | 1100000 | 0 | 1011100 | 110011 | 1111010 | 1011100 | 11010 |
Color Harmonies of #057E0A
Complementary color
Monochromatic Colors of #057E0A
Black with #057E0A
Text Example
Text Example
White with #057E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E0A; }
p { color: rgb(5,126,10); }
H1.HeaderClassName
{
color: #057E0A;
}
.AnyTagClassName
{
color: #057E0A;
}
</style>
background-color css
<style>
a { background-color: #057E0A; }
a { background-color: rgb(5,126,10); }
div.DivClassName
{
background-color: #057E0A;
}
.BgClassName
{
background-color: #057E0A;
}
</style>
border-color css
<style>
span { border-color: #057E0A; }
span { border-color: rgb(5,126,10); }
td.TdClassName
{
border-color: #057E0A;
}
.TagClassName
{
border-color: #057E0A;
}
</style>