Shades of Lima #7ABA1A
Tints of Lima #7ABA1A
RGB
CMYK
RGB Variations
Color information
#7ABA1A (or 0x7ABA1A) is known color: Lima. HEX triplet: 7A, BA and 1A. RGB value is (122,186,26). Sum of RGB (Red+Green+Blue) = 122+186+26=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA1A is #8545E5. Grayscale: #959595. Windows color (decimal): -8734182 or 1751674. OLE color: 1751674.
HSL color Cylindrical-coordinate representation of color #7ABA1A: hue angle of 84º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7ABA1A is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 26 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.27 |
| HSL | 84º | 0.75% | 0.42% | - |
| HSV(B) | 84º | 0.86% | 0.73% | - |
| XYZ | 25.77 | 39.33 | 7.21 | - |
| YUV | 148.62 | 58.8 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 26 | 0.34 | 0 | 0.86 | 0.27 | 84 | 0.75 | 0.42 |
| Hex | 7A | BA | 1A | 22 | 0 | 56 | 1B | 54 | 4B | 2A |
| Octal | 172 | 272 | 32 | 42 | 0 | 126 | 33 | 124 | 113 | 52 |
| Binary | 1111010 | 10111010 | 11010 | 100010 | 0 | 1010110 | 11011 | 1010100 | 1001011 | 101010 |
Color Harmonies of #7ABA1A
Complementary color
Monochromatic Colors of #7ABA1A
Black with #7ABA1A
Text Example
Text Example
White with #7ABA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA1A; }
p { color: rgb(122,186,26); }
H1.HeaderClassName
{
color: #7ABA1A;
}
.AnyTagClassName
{
color: #7ABA1A;
}
</style>
background-color css
<style>
a { background-color: #7ABA1A; }
a { background-color: rgb(122,186,26); }
div.DivClassName
{
background-color: #7ABA1A;
}
.BgClassName
{
background-color: #7ABA1A;
}
</style>
border-color css
<style>
span { border-color: #7ABA1A; }
span { border-color: rgb(122,186,26); }
td.TdClassName
{
border-color: #7ABA1A;
}
.TagClassName
{
border-color: #7ABA1A;
}
</style>