Shades of Lima #7EAE0C
Tints of Lima #7EAE0C
RGB
CMYK
RGB Variations
Color information
#7EAE0C (or 0x7EAE0C) is known color: Lima. HEX triplet: 7E, AE and 0C. RGB value is (126,174,12). Sum of RGB (Red+Green+Blue) = 126+174+12=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 174 (68.36% from 255 or 55.77% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAE0C is #8151F3. Grayscale: #8D8D8D. Windows color (decimal): -8475124 or 831102. OLE color: 831102.
HSL color Cylindrical-coordinate representation of color #7EAE0C: hue angle of 77.78º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EAE0C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 174 | 12 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.32 |
| HSL | 77.78º | 0.87% | 0.36% | - |
| HSV(B) | 77.78º | 0.93% | 0.68% | - |
| XYZ | 23.81 | 34.73 | 5.8 | - |
| YUV | 141.18 | 55.1 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 174 | 12 | 0.28 | 0 | 0.93 | 0.32 | 77.78 | 0.87 | 0.36 |
| Hex | 7E | AE | C | 1C | 0 | 5D | 20 | 4E | 57 | 24 |
| Octal | 176 | 256 | 14 | 34 | 0 | 135 | 40 | 116 | 127 | 44 |
| Binary | 1111110 | 10101110 | 1100 | 11100 | 0 | 1011101 | 100000 | 1001110 | 1010111 | 100100 |
Color Harmonies of #7EAE0C
Complementary color
Monochromatic Colors of #7EAE0C
Black with #7EAE0C
Text Example
Text Example
White with #7EAE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAE0C; }
p { color: rgb(126,174,12); }
H1.HeaderClassName
{
color: #7EAE0C;
}
.AnyTagClassName
{
color: #7EAE0C;
}
</style>
background-color css
<style>
a { background-color: #7EAE0C; }
a { background-color: rgb(126,174,12); }
div.DivClassName
{
background-color: #7EAE0C;
}
.BgClassName
{
background-color: #7EAE0C;
}
</style>
border-color css
<style>
span { border-color: #7EAE0C; }
span { border-color: rgb(126,174,12); }
td.TdClassName
{
border-color: #7EAE0C;
}
.TagClassName
{
border-color: #7EAE0C;
}
</style>