Shades of Lima #7AAE23
Tints of Lima #7AAE23
RGB
CMYK
RGB Variations
Color information
#7AAE23 (or 0x7AAE23) is known color: Lima. HEX triplet: 7A, AE and 23. RGB value is (122,174,35). Sum of RGB (Red+Green+Blue) = 122+174+35=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAE23 is #8551DC. Grayscale: #8F8F8F. Windows color (decimal): -8737245 or 2338426. OLE color: 2338426.
HSL color Cylindrical-coordinate representation of color #7AAE23: hue angle of 82.45º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AAE23 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 35 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.32 |
| HSL | 82.45º | 0.67% | 0.41% | - |
| HSV(B) | 82.45º | 0.8% | 0.68% | - |
| XYZ | 23.47 | 34.53 | 7.02 | - |
| YUV | 142.61 | 67.27 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 35 | 0.30 | 0 | 0.80 | 0.32 | 82.45 | 0.67 | 0.41 |
| Hex | 7A | AE | 23 | 1E | 0 | 50 | 20 | 52 | 43 | 29 |
| Octal | 172 | 256 | 43 | 36 | 0 | 120 | 40 | 122 | 103 | 51 |
| Binary | 1111010 | 10101110 | 100011 | 11110 | 0 | 1010000 | 100000 | 1010010 | 1000011 | 101001 |
Color Harmonies of #7AAE23
Complementary color
Monochromatic Colors of #7AAE23
Black with #7AAE23
Text Example
Text Example
White with #7AAE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE23; }
p { color: rgb(122,174,35); }
H1.HeaderClassName
{
color: #7AAE23;
}
.AnyTagClassName
{
color: #7AAE23;
}
</style>
background-color css
<style>
a { background-color: #7AAE23; }
a { background-color: rgb(122,174,35); }
div.DivClassName
{
background-color: #7AAE23;
}
.BgClassName
{
background-color: #7AAE23;
}
</style>
border-color css
<style>
span { border-color: #7AAE23; }
span { border-color: rgb(122,174,35); }
td.TdClassName
{
border-color: #7AAE23;
}
.TagClassName
{
border-color: #7AAE23;
}
</style>