Shades of Lima #7AB115
Tints of Lima #7AB115
RGB
CMYK
RGB Variations
Color information
#7AB115 (or 0x7AB115) is known color: Lima. HEX triplet: 7A, B1 and 15. RGB value is (122,177,21). Sum of RGB (Red+Green+Blue) = 122+177+21=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 177 (69.53% from 255 or 55.31% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AB115 is #854EEA. Grayscale: #8F8F8F. Windows color (decimal): -8736491 or 1421690. OLE color: 1421690.
HSL color Cylindrical-coordinate representation of color #7AB115: hue angle of 81.15º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AB115 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 21 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.31 |
| HSL | 81.15º | 0.79% | 0.39% | - |
| HSV(B) | 81.15º | 0.88% | 0.69% | - |
| XYZ | 23.88 | 35.64 | 6.33 | - |
| YUV | 142.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 21 | 0.31 | 0 | 0.88 | 0.31 | 81.15 | 0.79 | 0.39 |
| Hex | 7A | B1 | 15 | 1F | 0 | 58 | 1F | 51 | 4F | 27 |
| Octal | 172 | 261 | 25 | 37 | 0 | 130 | 37 | 121 | 117 | 47 |
| Binary | 1111010 | 10110001 | 10101 | 11111 | 0 | 1011000 | 11111 | 1010001 | 1001111 | 100111 |
Color Harmonies of #7AB115
Complementary color
Monochromatic Colors of #7AB115
Black with #7AB115
Text Example
Text Example
White with #7AB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB115; }
p { color: rgb(122,177,21); }
H1.HeaderClassName
{
color: #7AB115;
}
.AnyTagClassName
{
color: #7AB115;
}
</style>
background-color css
<style>
a { background-color: #7AB115; }
a { background-color: rgb(122,177,21); }
div.DivClassName
{
background-color: #7AB115;
}
.BgClassName
{
background-color: #7AB115;
}
</style>
border-color css
<style>
span { border-color: #7AB115; }
span { border-color: rgb(122,177,21); }
td.TdClassName
{
border-color: #7AB115;
}
.TagClassName
{
border-color: #7AB115;
}
</style>