Shades of Green #057F18
Tints of Green #057F18
RGB
CMYK
RGB Variations
Color information
#057F18 (or 0x057F18) is known color: Green. HEX triplet: 05, 7F and 18. RGB value is (5,127,24). Sum of RGB (Red+Green+Blue) = 5+127+24=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 127 (50% from 255 or 81.41% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 127 - color contains mainly: green. Hex color #057F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057F18 is #FA80E7. Grayscale: #4F4F4F. Windows color (decimal): -16417000 or 1605381. OLE color: 1605381.
HSL color Cylindrical-coordinate representation of color #057F18: hue angle of 129.34º 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 #057F18 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 24 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.50 |
| HSL | 129.34º | 0.92% | 0.26% | - |
| HSV(B) | 129.34º | 0.96% | 0.5% | - |
| XYZ | 7.82 | 15.28 | 3.4 | - |
| YUV | 78.78 | 97.08 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 24 | 0.96 | 0 | 0.81 | 0.50 | 129.34 | 0.92 | 0.26 |
| Hex | 5 | 7F | 18 | 60 | 0 | 51 | 32 | 81 | 5C | 1A |
| Octal | 5 | 177 | 30 | 140 | 0 | 121 | 62 | 201 | 134 | 32 |
| Binary | 101 | 1111111 | 11000 | 1100000 | 0 | 1010001 | 110010 | 10000001 | 1011100 | 11010 |
Color Harmonies of #057F18
Complementary color
Monochromatic Colors of #057F18
Black with #057F18
Text Example
Text Example
White with #057F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F18; }
p { color: rgb(5,127,24); }
H1.HeaderClassName
{
color: #057F18;
}
.AnyTagClassName
{
color: #057F18;
}
</style>
background-color css
<style>
a { background-color: #057F18; }
a { background-color: rgb(5,127,24); }
div.DivClassName
{
background-color: #057F18;
}
.BgClassName
{
background-color: #057F18;
}
</style>
border-color css
<style>
span { border-color: #057F18; }
span { border-color: rgb(5,127,24); }
td.TdClassName
{
border-color: #057F18;
}
.TagClassName
{
border-color: #057F18;
}
</style>