Shades of Lima #7AB714
Tints of Lima #7AB714
RGB
CMYK
RGB Variations
Color information
#7AB714 (or 0x7AB714) is known color: Lima. HEX triplet: 7A, B7 and 14. RGB value is (122,183,20). Sum of RGB (Red+Green+Blue) = 122+183+20=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB714 is #8548EB. Grayscale: #929292. Windows color (decimal): -8734956 or 1357690. OLE color: 1357690.
HSL color Cylindrical-coordinate representation of color #7AB714: hue angle of 82.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AB714 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 20 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.28 |
| HSL | 82.45º | 0.8% | 0.4% | - |
| HSV(B) | 82.45º | 0.89% | 0.72% | - |
| XYZ | 25.09 | 38.06 | 6.69 | - |
| YUV | 146.18 | 56.79 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 20 | 0.33 | 0 | 0.89 | 0.28 | 82.45 | 0.8 | 0.4 |
| Hex | 7A | B7 | 14 | 21 | 0 | 59 | 1C | 52 | 50 | 28 |
| Octal | 172 | 267 | 24 | 41 | 0 | 131 | 34 | 122 | 120 | 50 |
| Binary | 1111010 | 10110111 | 10100 | 100001 | 0 | 1011001 | 11100 | 1010010 | 1010000 | 101000 |
Color Harmonies of #7AB714
Complementary color
Monochromatic Colors of #7AB714
Black with #7AB714
Text Example
Text Example
White with #7AB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB714; }
p { color: rgb(122,183,20); }
H1.HeaderClassName
{
color: #7AB714;
}
.AnyTagClassName
{
color: #7AB714;
}
</style>
background-color css
<style>
a { background-color: #7AB714; }
a { background-color: rgb(122,183,20); }
div.DivClassName
{
background-color: #7AB714;
}
.BgClassName
{
background-color: #7AB714;
}
</style>
border-color css
<style>
span { border-color: #7AB714; }
span { border-color: rgb(122,183,20); }
td.TdClassName
{
border-color: #7AB714;
}
.TagClassName
{
border-color: #7AB714;
}
</style>