Shades of Lima #7ABA17
Tints of Lima #7ABA17
RGB
CMYK
RGB Variations
Color information
#7ABA17 (or 0x7ABA17) is known color: Lima. HEX triplet: 7A, BA and 17. RGB value is (122,186,23). Sum of RGB (Red+Green+Blue) = 122+186+23=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABA17 is #8545E8. Grayscale: #949494. Windows color (decimal): -8734185 or 1555066. OLE color: 1555066.
HSL color Cylindrical-coordinate representation of color #7ABA17: hue angle of 83.56º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7ABA17 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 23 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.27 |
| HSL | 83.56º | 0.78% | 0.41% | - |
| HSV(B) | 83.56º | 0.88% | 0.73% | - |
| XYZ | 25.74 | 39.32 | 7.04 | - |
| YUV | 148.28 | 57.3 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 23 | 0.34 | 0 | 0.88 | 0.27 | 83.56 | 0.78 | 0.41 |
| Hex | 7A | BA | 17 | 22 | 0 | 58 | 1B | 54 | 4E | 29 |
| Octal | 172 | 272 | 27 | 42 | 0 | 130 | 33 | 124 | 116 | 51 |
| Binary | 1111010 | 10111010 | 10111 | 100010 | 0 | 1011000 | 11011 | 1010100 | 1001110 | 101001 |
Color Harmonies of #7ABA17
Complementary color
Monochromatic Colors of #7ABA17
Black with #7ABA17
Text Example
Text Example
White with #7ABA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA17; }
p { color: rgb(122,186,23); }
H1.HeaderClassName
{
color: #7ABA17;
}
.AnyTagClassName
{
color: #7ABA17;
}
</style>
background-color css
<style>
a { background-color: #7ABA17; }
a { background-color: rgb(122,186,23); }
div.DivClassName
{
background-color: #7ABA17;
}
.BgClassName
{
background-color: #7ABA17;
}
</style>
border-color css
<style>
span { border-color: #7ABA17; }
span { border-color: rgb(122,186,23); }
td.TdClassName
{
border-color: #7ABA17;
}
.TagClassName
{
border-color: #7ABA17;
}
</style>