Shades of Lima #7EAD10
Tints of Lima #7EAD10
RGB
CMYK
RGB Variations
Color information
#7EAD10 (or 0x7EAD10) is known color: Lima. HEX triplet: 7E, AD and 10. RGB value is (126,173,16). Sum of RGB (Red+Green+Blue) = 126+173+16=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAD10 is #8152EF. Grayscale: #8D8D8D. Windows color (decimal): -8475376 or 1092990. OLE color: 1092990.
HSL color Cylindrical-coordinate representation of color #7EAD10: hue angle of 77.96º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EAD10 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 173 | 16 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.32 |
| HSL | 77.96º | 0.83% | 0.37% | - |
| HSV(B) | 77.96º | 0.91% | 0.68% | - |
| XYZ | 23.64 | 34.36 | 5.88 | - |
| YUV | 141.05 | 57.43 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 16 | 0.27 | 0 | 0.91 | 0.32 | 77.96 | 0.83 | 0.37 |
| Hex | 7E | AD | 10 | 1B | 0 | 5B | 20 | 4E | 53 | 25 |
| Octal | 176 | 255 | 20 | 33 | 0 | 133 | 40 | 116 | 123 | 45 |
| Binary | 1111110 | 10101101 | 10000 | 11011 | 0 | 1011011 | 100000 | 1001110 | 1010011 | 100101 |
Color Harmonies of #7EAD10
Complementary color
Monochromatic Colors of #7EAD10
Black with #7EAD10
Text Example
Text Example
White with #7EAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAD10; }
p { color: rgb(126,173,16); }
H1.HeaderClassName
{
color: #7EAD10;
}
.AnyTagClassName
{
color: #7EAD10;
}
</style>
background-color css
<style>
a { background-color: #7EAD10; }
a { background-color: rgb(126,173,16); }
div.DivClassName
{
background-color: #7EAD10;
}
.BgClassName
{
background-color: #7EAD10;
}
</style>
border-color css
<style>
span { border-color: #7EAD10; }
span { border-color: rgb(126,173,16); }
td.TdClassName
{
border-color: #7EAD10;
}
.TagClassName
{
border-color: #7EAD10;
}
</style>