Shades of Lima #7AAE26
Tints of Lima #7AAE26
RGB
CMYK
RGB Variations
Color information
#7AAE26 (or 0x7AAE26) is known color: Lima. HEX triplet: 7A, AE and 26. RGB value is (122,174,38). Sum of RGB (Red+Green+Blue) = 122+174+38=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAE26 is #8551D9. Grayscale: #8F8F8F. Windows color (decimal): -8737242 or 2535034. OLE color: 2535034.
HSL color Cylindrical-coordinate representation of color #7AAE26: hue angle of 82.94º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AAE26 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 38 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.32 |
| HSL | 82.94º | 0.64% | 0.42% | - |
| HSV(B) | 82.94º | 0.78% | 0.68% | - |
| XYZ | 23.51 | 34.55 | 7.26 | - |
| YUV | 142.95 | 68.77 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 38 | 0.30 | 0 | 0.78 | 0.32 | 82.94 | 0.64 | 0.42 |
| Hex | 7A | AE | 26 | 1E | 0 | 4E | 20 | 53 | 40 | 2A |
| Octal | 172 | 256 | 46 | 36 | 0 | 116 | 40 | 123 | 100 | 52 |
| Binary | 1111010 | 10101110 | 100110 | 11110 | 0 | 1001110 | 100000 | 1010011 | 1000000 | 101010 |
Color Harmonies of #7AAE26
Complementary color
Monochromatic Colors of #7AAE26
Black with #7AAE26
Text Example
Text Example
White with #7AAE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE26; }
p { color: rgb(122,174,38); }
H1.HeaderClassName
{
color: #7AAE26;
}
.AnyTagClassName
{
color: #7AAE26;
}
</style>
background-color css
<style>
a { background-color: #7AAE26; }
a { background-color: rgb(122,174,38); }
div.DivClassName
{
background-color: #7AAE26;
}
.BgClassName
{
background-color: #7AAE26;
}
</style>
border-color css
<style>
span { border-color: #7AAE26; }
span { border-color: rgb(122,174,38); }
td.TdClassName
{
border-color: #7AAE26;
}
.TagClassName
{
border-color: #7AAE26;
}
</style>