Shades of Lima #7EBA0A
Tints of Lima #7EBA0A
RGB
CMYK
RGB Variations
Color information
#7EBA0A (or 0x7EBA0A) is known color: Lima. HEX triplet: 7E, BA and 0A. RGB value is (126,186,10). Sum of RGB (Red+Green+Blue) = 126+186+10=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBA0A is #8145F5. Grayscale: #949494. Windows color (decimal): -8472054 or 703102. OLE color: 703102.
HSL color Cylindrical-coordinate representation of color #7EBA0A: hue angle of 80.45º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7EBA0A is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 10 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.27 |
| HSL | 80.45º | 0.9% | 0.38% | - |
| HSV(B) | 80.45º | 0.95% | 0.73% | - |
| XYZ | 26.22 | 39.58 | 6.54 | - |
| YUV | 148 | 50.12 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 10 | 0.32 | 0 | 0.95 | 0.27 | 80.45 | 0.9 | 0.38 |
| Hex | 7E | BA | A | 20 | 0 | 5F | 1B | 50 | 5A | 26 |
| Octal | 176 | 272 | 12 | 40 | 0 | 137 | 33 | 120 | 132 | 46 |
| Binary | 1111110 | 10111010 | 1010 | 100000 | 0 | 1011111 | 11011 | 1010000 | 1011010 | 100110 |
Color Harmonies of #7EBA0A
Complementary color
Monochromatic Colors of #7EBA0A
Black with #7EBA0A
Text Example
Text Example
White with #7EBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA0A; }
p { color: rgb(126,186,10); }
H1.HeaderClassName
{
color: #7EBA0A;
}
.AnyTagClassName
{
color: #7EBA0A;
}
</style>
background-color css
<style>
a { background-color: #7EBA0A; }
a { background-color: rgb(126,186,10); }
div.DivClassName
{
background-color: #7EBA0A;
}
.BgClassName
{
background-color: #7EBA0A;
}
</style>
border-color css
<style>
span { border-color: #7EBA0A; }
span { border-color: rgb(126,186,10); }
td.TdClassName
{
border-color: #7EBA0A;
}
.TagClassName
{
border-color: #7EBA0A;
}
</style>