Shades of Lima #7EAF0A
Tints of Lima #7EAF0A
RGB
CMYK
RGB Variations
Color information
#7EAF0A (or 0x7EAF0A) is known color: Lima. HEX triplet: 7E, AF and 0A. RGB value is (126,175,10). Sum of RGB (Red+Green+Blue) = 126+175+10=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAF0A is #8150F5. Grayscale: #8E8E8E. Windows color (decimal): -8474870 or 700286. OLE color: 700286.
HSL color Cylindrical-coordinate representation of color #7EAF0A: hue angle of 77.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7EAF0A is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 10 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.31 |
| HSL | 77.82º | 0.89% | 0.36% | - |
| HSV(B) | 77.82º | 0.94% | 0.69% | - |
| XYZ | 23.99 | 35.12 | 5.8 | - |
| YUV | 141.54 | 53.77 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 10 | 0.28 | 0 | 0.94 | 0.31 | 77.82 | 0.89 | 0.36 |
| Hex | 7E | AF | A | 1C | 0 | 5E | 1F | 4E | 59 | 24 |
| Octal | 176 | 257 | 12 | 34 | 0 | 136 | 37 | 116 | 131 | 44 |
| Binary | 1111110 | 10101111 | 1010 | 11100 | 0 | 1011110 | 11111 | 1001110 | 1011001 | 100100 |
Color Harmonies of #7EAF0A
Complementary color
Monochromatic Colors of #7EAF0A
Black with #7EAF0A
Text Example
Text Example
White with #7EAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF0A; }
p { color: rgb(126,175,10); }
H1.HeaderClassName
{
color: #7EAF0A;
}
.AnyTagClassName
{
color: #7EAF0A;
}
</style>
background-color css
<style>
a { background-color: #7EAF0A; }
a { background-color: rgb(126,175,10); }
div.DivClassName
{
background-color: #7EAF0A;
}
.BgClassName
{
background-color: #7EAF0A;
}
</style>
border-color css
<style>
span { border-color: #7EAF0A; }
span { border-color: rgb(126,175,10); }
td.TdClassName
{
border-color: #7EAF0A;
}
.TagClassName
{
border-color: #7EAF0A;
}
</style>