Shades of Lima #7ABA14
Tints of Lima #7ABA14
RGB
CMYK
RGB Variations
Color information
#7ABA14 (or 0x7ABA14) is known color: Lima. HEX triplet: 7A, BA and 14. RGB value is (122,186,20). Sum of RGB (Red+Green+Blue) = 122+186+20=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABA14 is #8545EB. Grayscale: #949494. Windows color (decimal): -8734188 or 1358458. OLE color: 1358458.
HSL color Cylindrical-coordinate representation of color #7ABA14: hue angle of 83.13º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7ABA14 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 20 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.27 |
| HSL | 83.13º | 0.81% | 0.4% | - |
| HSV(B) | 83.13º | 0.89% | 0.73% | - |
| XYZ | 25.71 | 39.31 | 6.89 | - |
| YUV | 147.94 | 55.8 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 20 | 0.34 | 0 | 0.89 | 0.27 | 83.13 | 0.81 | 0.4 |
| Hex | 7A | BA | 14 | 22 | 0 | 59 | 1B | 53 | 51 | 28 |
| Octal | 172 | 272 | 24 | 42 | 0 | 131 | 33 | 123 | 121 | 50 |
| Binary | 1111010 | 10111010 | 10100 | 100010 | 0 | 1011001 | 11011 | 1010011 | 1010001 | 101000 |
Color Harmonies of #7ABA14
Complementary color
Monochromatic Colors of #7ABA14
Black with #7ABA14
Text Example
Text Example
White with #7ABA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA14; }
p { color: rgb(122,186,20); }
H1.HeaderClassName
{
color: #7ABA14;
}
.AnyTagClassName
{
color: #7ABA14;
}
</style>
background-color css
<style>
a { background-color: #7ABA14; }
a { background-color: rgb(122,186,20); }
div.DivClassName
{
background-color: #7ABA14;
}
.BgClassName
{
background-color: #7ABA14;
}
</style>
border-color css
<style>
span { border-color: #7ABA14; }
span { border-color: rgb(122,186,20); }
td.TdClassName
{
border-color: #7ABA14;
}
.TagClassName
{
border-color: #7ABA14;
}
</style>