Shades of Green #057F12
Tints of Green #057F12
RGB
CMYK
RGB Variations
Color information
#057F12 (or 0x057F12) is known color: Green. HEX triplet: 05, 7F and 12. RGB value is (5,127,18). Sum of RGB (Red+Green+Blue) = 5+127+18=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 127 (50% from 255 or 84.67% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 127 - color contains mainly: green. Hex color #057F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057F12 is #FA80ED. Grayscale: #4E4E4E. Windows color (decimal): -16417006 or 1212165. OLE color: 1212165.
HSL color Cylindrical-coordinate representation of color #057F12: hue angle of 126.39º 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 #057F12 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 18 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.50 |
| HSL | 126.39º | 0.92% | 0.26% | - |
| HSV(B) | 126.39º | 0.96% | 0.5% | - |
| XYZ | 7.76 | 15.25 | 3.11 | - |
| YUV | 78.1 | 94.08 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 18 | 0.96 | 0 | 0.86 | 0.50 | 126.39 | 0.92 | 0.26 |
| Hex | 5 | 7F | 12 | 60 | 0 | 56 | 32 | 7E | 5C | 1A |
| Octal | 5 | 177 | 22 | 140 | 0 | 126 | 62 | 176 | 134 | 32 |
| Binary | 101 | 1111111 | 10010 | 1100000 | 0 | 1010110 | 110010 | 1111110 | 1011100 | 11010 |
Color Harmonies of #057F12
Complementary color
Monochromatic Colors of #057F12
Black with #057F12
Text Example
Text Example
White with #057F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F12; }
p { color: rgb(5,127,18); }
H1.HeaderClassName
{
color: #057F12;
}
.AnyTagClassName
{
color: #057F12;
}
</style>
background-color css
<style>
a { background-color: #057F12; }
a { background-color: rgb(5,127,18); }
div.DivClassName
{
background-color: #057F12;
}
.BgClassName
{
background-color: #057F12;
}
</style>
border-color css
<style>
span { border-color: #057F12; }
span { border-color: rgb(5,127,18); }
td.TdClassName
{
border-color: #057F12;
}
.TagClassName
{
border-color: #057F12;
}
</style>