Shades of Lima #7AB416
Tints of Lima #7AB416
RGB
CMYK
RGB Variations
Color information
#7AB416 (or 0x7AB416) is known color: Lima. HEX triplet: 7A, B4 and 16. RGB value is (122,180,22). Sum of RGB (Red+Green+Blue) = 122+180+22=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB416 is #854BE9. Grayscale: #919191. Windows color (decimal): -8735722 or 1487994. OLE color: 1487994.
HSL color Cylindrical-coordinate representation of color #7AB416: hue angle of 82.03º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AB416 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 22 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.29 |
| HSL | 82.03º | 0.78% | 0.4% | - |
| HSV(B) | 82.03º | 0.88% | 0.71% | - |
| XYZ | 24.49 | 36.84 | 6.58 | - |
| YUV | 144.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 22 | 0.32 | 0 | 0.88 | 0.29 | 82.03 | 0.78 | 0.4 |
| Hex | 7A | B4 | 16 | 20 | 0 | 58 | 1D | 52 | 4E | 28 |
| Octal | 172 | 264 | 26 | 40 | 0 | 130 | 35 | 122 | 116 | 50 |
| Binary | 1111010 | 10110100 | 10110 | 100000 | 0 | 1011000 | 11101 | 1010010 | 1001110 | 101000 |
Color Harmonies of #7AB416
Complementary color
Monochromatic Colors of #7AB416
Black with #7AB416
Text Example
Text Example
White with #7AB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB416; }
p { color: rgb(122,180,22); }
H1.HeaderClassName
{
color: #7AB416;
}
.AnyTagClassName
{
color: #7AB416;
}
</style>
background-color css
<style>
a { background-color: #7AB416; }
a { background-color: rgb(122,180,22); }
div.DivClassName
{
background-color: #7AB416;
}
.BgClassName
{
background-color: #7AB416;
}
</style>
border-color css
<style>
span { border-color: #7AB416; }
span { border-color: rgb(122,180,22); }
td.TdClassName
{
border-color: #7AB416;
}
.TagClassName
{
border-color: #7AB416;
}
</style>