Shades of Lima #7AB110
Tints of Lima #7AB110
RGB
CMYK
RGB Variations
Color information
#7AB110 (or 0x7AB110) is known color: Lima. HEX triplet: 7A, B1 and 10. RGB value is (122,177,16). Sum of RGB (Red+Green+Blue) = 122+177+16=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AB110 is #854EEF. Grayscale: #8E8E8E. Windows color (decimal): -8736496 or 1094010. OLE color: 1094010.
HSL color Cylindrical-coordinate representation of color #7AB110: hue angle of 80.5º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AB110 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 16 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.31 |
| HSL | 80.5º | 0.83% | 0.38% | - |
| HSV(B) | 80.5º | 0.91% | 0.69% | - |
| XYZ | 23.84 | 35.62 | 6.11 | - |
| YUV | 142.2 | 56.78 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 16 | 0.31 | 0 | 0.91 | 0.31 | 80.5 | 0.83 | 0.38 |
| Hex | 7A | B1 | 10 | 1F | 0 | 5B | 1F | 50 | 53 | 26 |
| Octal | 172 | 261 | 20 | 37 | 0 | 133 | 37 | 120 | 123 | 46 |
| Binary | 1111010 | 10110001 | 10000 | 11111 | 0 | 1011011 | 11111 | 1010000 | 1010011 | 100110 |
Color Harmonies of #7AB110
Complementary color
Monochromatic Colors of #7AB110
Black with #7AB110
Text Example
Text Example
White with #7AB110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB110; }
p { color: rgb(122,177,16); }
H1.HeaderClassName
{
color: #7AB110;
}
.AnyTagClassName
{
color: #7AB110;
}
</style>
background-color css
<style>
a { background-color: #7AB110; }
a { background-color: rgb(122,177,16); }
div.DivClassName
{
background-color: #7AB110;
}
.BgClassName
{
background-color: #7AB110;
}
</style>
border-color css
<style>
span { border-color: #7AB110; }
span { border-color: rgb(122,177,16); }
td.TdClassName
{
border-color: #7AB110;
}
.TagClassName
{
border-color: #7AB110;
}
</style>