Shades of Lima #7AA915
Tints of Lima #7AA915
RGB
CMYK
RGB Variations
Color information
#7AA915 (or 0x7AA915) is known color: Lima. HEX triplet: 7A, A9 and 15. RGB value is (122,169,21). Sum of RGB (Red+Green+Blue) = 122+169+21=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA915 is #8556EA. Grayscale: #8A8A8A. Windows color (decimal): -8738539 or 1419642. OLE color: 1419642.
HSL color Cylindrical-coordinate representation of color #7AA915: hue angle of 79.05º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AA915 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 169 | 21 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.34 |
| HSL | 79.05º | 0.78% | 0.37% | - |
| HSV(B) | 79.05º | 0.88% | 0.66% | - |
| XYZ | 22.35 | 32.57 | 5.82 | - |
| YUV | 138.08 | 61.93 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 21 | 0.28 | 0 | 0.88 | 0.34 | 79.05 | 0.78 | 0.37 |
| Hex | 7A | A9 | 15 | 1C | 0 | 58 | 22 | 4F | 4E | 25 |
| Octal | 172 | 251 | 25 | 34 | 0 | 130 | 42 | 117 | 116 | 45 |
| Binary | 1111010 | 10101001 | 10101 | 11100 | 0 | 1011000 | 100010 | 1001111 | 1001110 | 100101 |
Color Harmonies of #7AA915
Complementary color
Monochromatic Colors of #7AA915
Black with #7AA915
Text Example
Text Example
White with #7AA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA915; }
p { color: rgb(122,169,21); }
H1.HeaderClassName
{
color: #7AA915;
}
.AnyTagClassName
{
color: #7AA915;
}
</style>
background-color css
<style>
a { background-color: #7AA915; }
a { background-color: rgb(122,169,21); }
div.DivClassName
{
background-color: #7AA915;
}
.BgClassName
{
background-color: #7AA915;
}
</style>
border-color css
<style>
span { border-color: #7AA915; }
span { border-color: rgb(122,169,21); }
td.TdClassName
{
border-color: #7AA915;
}
.TagClassName
{
border-color: #7AA915;
}
</style>