Shades of Lima #7AAE24
Tints of Lima #7AAE24
RGB
CMYK
RGB Variations
Color information
#7AAE24 (or 0x7AAE24) is known color: Lima. HEX triplet: 7A, AE and 24. RGB value is (122,174,36). Sum of RGB (Red+Green+Blue) = 122+174+36=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAE24 is #8551DB. Grayscale: #8F8F8F. Windows color (decimal): -8737244 or 2403962. OLE color: 2403962.
HSL color Cylindrical-coordinate representation of color #7AAE24: hue angle of 82.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AAE24 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 36 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.32 |
| HSL | 82.61º | 0.66% | 0.41% | - |
| HSV(B) | 82.61º | 0.79% | 0.68% | - |
| XYZ | 23.48 | 34.54 | 7.1 | - |
| YUV | 142.72 | 67.77 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 36 | 0.30 | 0 | 0.79 | 0.32 | 82.61 | 0.66 | 0.41 |
| Hex | 7A | AE | 24 | 1E | 0 | 4F | 20 | 53 | 42 | 29 |
| Octal | 172 | 256 | 44 | 36 | 0 | 117 | 40 | 123 | 102 | 51 |
| Binary | 1111010 | 10101110 | 100100 | 11110 | 0 | 1001111 | 100000 | 1010011 | 1000010 | 101001 |
Color Harmonies of #7AAE24
Complementary color
Monochromatic Colors of #7AAE24
Black with #7AAE24
Text Example
Text Example
White with #7AAE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE24; }
p { color: rgb(122,174,36); }
H1.HeaderClassName
{
color: #7AAE24;
}
.AnyTagClassName
{
color: #7AAE24;
}
</style>
background-color css
<style>
a { background-color: #7AAE24; }
a { background-color: rgb(122,174,36); }
div.DivClassName
{
background-color: #7AAE24;
}
.BgClassName
{
background-color: #7AAE24;
}
</style>
border-color css
<style>
span { border-color: #7AAE24; }
span { border-color: rgb(122,174,36); }
td.TdClassName
{
border-color: #7AAE24;
}
.TagClassName
{
border-color: #7AAE24;
}
</style>