Shades of Lima #7ABA19
Tints of Lima #7ABA19
RGB
CMYK
RGB Variations
Color information
#7ABA19 (or 0x7ABA19) is known color: Lima. HEX triplet: 7A, BA and 19. RGB value is (122,186,25). Sum of RGB (Red+Green+Blue) = 122+186+25=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABA19 is #8545E6. Grayscale: #959595. Windows color (decimal): -8734183 or 1686138. OLE color: 1686138.
HSL color Cylindrical-coordinate representation of color #7ABA19: hue angle of 83.85º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7ABA19 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 25 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.27 |
| HSL | 83.85º | 0.76% | 0.41% | - |
| HSV(B) | 83.85º | 0.87% | 0.73% | - |
| XYZ | 25.76 | 39.33 | 7.15 | - |
| YUV | 148.51 | 58.3 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 25 | 0.34 | 0 | 0.87 | 0.27 | 83.85 | 0.76 | 0.41 |
| Hex | 7A | BA | 19 | 22 | 0 | 57 | 1B | 54 | 4C | 29 |
| Octal | 172 | 272 | 31 | 42 | 0 | 127 | 33 | 124 | 114 | 51 |
| Binary | 1111010 | 10111010 | 11001 | 100010 | 0 | 1010111 | 11011 | 1010100 | 1001100 | 101001 |
Color Harmonies of #7ABA19
Complementary color
Monochromatic Colors of #7ABA19
Black with #7ABA19
Text Example
Text Example
White with #7ABA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA19; }
p { color: rgb(122,186,25); }
H1.HeaderClassName
{
color: #7ABA19;
}
.AnyTagClassName
{
color: #7ABA19;
}
</style>
background-color css
<style>
a { background-color: #7ABA19; }
a { background-color: rgb(122,186,25); }
div.DivClassName
{
background-color: #7ABA19;
}
.BgClassName
{
background-color: #7ABA19;
}
</style>
border-color css
<style>
span { border-color: #7ABA19; }
span { border-color: rgb(122,186,25); }
td.TdClassName
{
border-color: #7ABA19;
}
.TagClassName
{
border-color: #7ABA19;
}
</style>