Shades of Green #056E10
Tints of Green #056E10
RGB
CMYK
RGB Variations
Color information
#056E10 (or 0x056E10) is known color: Green. HEX triplet: 05, 6E and 10. RGB value is (5,110,16). Sum of RGB (Red+Green+Blue) = 5+110+16=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 110 (43.36% from 255 or 83.97% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 110 - color contains mainly: green. Hex color #056E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056E10 is #FA91EF. Grayscale: #444444. Windows color (decimal): -16421360 or 1076741. OLE color: 1076741.
HSL color Cylindrical-coordinate representation of color #056E10: hue angle of 126.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E10 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 110 | 16 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.57 |
| HSL | 126.29º | 0.91% | 0.23% | - |
| HSV(B) | 126.29º | 0.95% | 0.43% | - |
| XYZ | 5.73 | 11.22 | 2.35 | - |
| YUV | 67.89 | 98.71 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 16 | 0.95 | 0 | 0.85 | 0.57 | 126.29 | 0.91 | 0.23 |
| Hex | 5 | 6E | 10 | 5F | 0 | 55 | 39 | 7E | 5B | 17 |
| Octal | 5 | 156 | 20 | 137 | 0 | 125 | 71 | 176 | 133 | 27 |
| Binary | 101 | 1101110 | 10000 | 1011111 | 0 | 1010101 | 111001 | 1111110 | 1011011 | 10111 |
Color Harmonies of #056E10
Complementary color
Monochromatic Colors of #056E10
Black with #056E10
Text Example
Text Example
White with #056E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E10; }
p { color: rgb(5,110,16); }
H1.HeaderClassName
{
color: #056E10;
}
.AnyTagClassName
{
color: #056E10;
}
</style>
background-color css
<style>
a { background-color: #056E10; }
a { background-color: rgb(5,110,16); }
div.DivClassName
{
background-color: #056E10;
}
.BgClassName
{
background-color: #056E10;
}
</style>
border-color css
<style>
span { border-color: #056E10; }
span { border-color: rgb(5,110,16); }
td.TdClassName
{
border-color: #056E10;
}
.TagClassName
{
border-color: #056E10;
}
</style>