Shades of Lima #7AA91C
Tints of Lima #7AA91C
RGB
CMYK
RGB Variations
Color information
#7AA91C (or 0x7AA91C) is known color: Lima. HEX triplet: 7A, A9 and 1C. RGB value is (122,169,28). Sum of RGB (Red+Green+Blue) = 122+169+28=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA91C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA91C is #8556E3. Grayscale: #8B8B8B. Windows color (decimal): -8738532 or 1878394. OLE color: 1878394.
HSL color Cylindrical-coordinate representation of color #7AA91C: hue angle of 80º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7AA91C is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 169 | 28 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.34 |
| HSL | 80º | 0.72% | 0.39% | - |
| HSV(B) | 80º | 0.83% | 0.66% | - |
| XYZ | 22.42 | 32.6 | 6.21 | - |
| YUV | 138.87 | 65.43 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 28 | 0.28 | 0 | 0.83 | 0.34 | 80 | 0.72 | 0.39 |
| Hex | 7A | A9 | 1C | 1C | 0 | 53 | 22 | 50 | 48 | 27 |
| Octal | 172 | 251 | 34 | 34 | 0 | 123 | 42 | 120 | 110 | 47 |
| Binary | 1111010 | 10101001 | 11100 | 11100 | 0 | 1010011 | 100010 | 1010000 | 1001000 | 100111 |
Color Harmonies of #7AA91C
Complementary color
Monochromatic Colors of #7AA91C
Black with #7AA91C
Text Example
Text Example
White with #7AA91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA91C; }
p { color: rgb(122,169,28); }
H1.HeaderClassName
{
color: #7AA91C;
}
.AnyTagClassName
{
color: #7AA91C;
}
</style>
background-color css
<style>
a { background-color: #7AA91C; }
a { background-color: rgb(122,169,28); }
div.DivClassName
{
background-color: #7AA91C;
}
.BgClassName
{
background-color: #7AA91C;
}
</style>
border-color css
<style>
span { border-color: #7AA91C; }
span { border-color: rgb(122,169,28); }
td.TdClassName
{
border-color: #7AA91C;
}
.TagClassName
{
border-color: #7AA91C;
}
</style>