Shades of Lima #7AA911
Tints of Lima #7AA911
RGB
CMYK
RGB Variations
Color information
#7AA911 (or 0x7AA911) is known color: Lima. HEX triplet: 7A, A9 and 11. RGB value is (122,169,17). Sum of RGB (Red+Green+Blue) = 122+169+17=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA911 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA911 is #8556EE. Grayscale: #8A8A8A. Windows color (decimal): -8738543 or 1157498. OLE color: 1157498.
HSL color Cylindrical-coordinate representation of color #7AA911: hue angle of 78.55º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AA911 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 169 | 17 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.34 |
| HSL | 78.55º | 0.82% | 0.36% | - |
| HSV(B) | 78.55º | 0.9% | 0.66% | - |
| XYZ | 22.32 | 32.55 | 5.64 | - |
| YUV | 137.62 | 59.93 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 17 | 0.28 | 0 | 0.90 | 0.34 | 78.55 | 0.82 | 0.36 |
| Hex | 7A | A9 | 11 | 1C | 0 | 5A | 22 | 4F | 52 | 24 |
| Octal | 172 | 251 | 21 | 34 | 0 | 132 | 42 | 117 | 122 | 44 |
| Binary | 1111010 | 10101001 | 10001 | 11100 | 0 | 1011010 | 100010 | 1001111 | 1010010 | 100100 |
Color Harmonies of #7AA911
Complementary color
Monochromatic Colors of #7AA911
Black with #7AA911
Text Example
Text Example
White with #7AA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA911; }
p { color: rgb(122,169,17); }
H1.HeaderClassName
{
color: #7AA911;
}
.AnyTagClassName
{
color: #7AA911;
}
</style>
background-color css
<style>
a { background-color: #7AA911; }
a { background-color: rgb(122,169,17); }
div.DivClassName
{
background-color: #7AA911;
}
.BgClassName
{
background-color: #7AA911;
}
</style>
border-color css
<style>
span { border-color: #7AA911; }
span { border-color: rgb(122,169,17); }
td.TdClassName
{
border-color: #7AA911;
}
.TagClassName
{
border-color: #7AA911;
}
</style>