Shades of Lima #7EAC10
Tints of Lima #7EAC10
RGB
CMYK
RGB Variations
Color information
#7EAC10 (or 0x7EAC10) is known color: Lima. HEX triplet: 7E, AC and 10. RGB value is (126,172,16). Sum of RGB (Red+Green+Blue) = 126+172+16=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAC10 is #8153EF. Grayscale: #8D8D8D. Windows color (decimal): -8475632 or 1092734. OLE color: 1092734.
HSL color Cylindrical-coordinate representation of color #7EAC10: hue angle of 77.69º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EAC10 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 16 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.33 |
| HSL | 77.69º | 0.83% | 0.37% | - |
| HSV(B) | 77.69º | 0.91% | 0.67% | - |
| XYZ | 23.45 | 33.98 | 5.81 | - |
| YUV | 140.46 | 57.76 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 16 | 0.27 | 0 | 0.91 | 0.33 | 77.69 | 0.83 | 0.37 |
| Hex | 7E | AC | 10 | 1B | 0 | 5B | 21 | 4E | 53 | 25 |
| Octal | 176 | 254 | 20 | 33 | 0 | 133 | 41 | 116 | 123 | 45 |
| Binary | 1111110 | 10101100 | 10000 | 11011 | 0 | 1011011 | 100001 | 1001110 | 1010011 | 100101 |
Color Harmonies of #7EAC10
Complementary color
Monochromatic Colors of #7EAC10
Black with #7EAC10
Text Example
Text Example
White with #7EAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC10; }
p { color: rgb(126,172,16); }
H1.HeaderClassName
{
color: #7EAC10;
}
.AnyTagClassName
{
color: #7EAC10;
}
</style>
background-color css
<style>
a { background-color: #7EAC10; }
a { background-color: rgb(126,172,16); }
div.DivClassName
{
background-color: #7EAC10;
}
.BgClassName
{
background-color: #7EAC10;
}
</style>
border-color css
<style>
span { border-color: #7EAC10; }
span { border-color: rgb(126,172,16); }
td.TdClassName
{
border-color: #7EAC10;
}
.TagClassName
{
border-color: #7EAC10;
}
</style>