Shades of Lima #7AAF2C
Tints of Lima #7AAF2C
RGB
CMYK
RGB Variations
Color information
#7AAF2C (or 0x7AAF2C) is known color: Lima. HEX triplet: 7A, AF and 2C. RGB value is (122,175,44). Sum of RGB (Red+Green+Blue) = 122+175+44=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF2C is #8550D3. Grayscale: #909090. Windows color (decimal): -8736980 or 2928506. OLE color: 2928506.
HSL color Cylindrical-coordinate representation of color #7AAF2C: hue angle of 84.27º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AAF2C is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 44 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.31 |
| HSL | 84.27º | 0.6% | 0.43% | - |
| HSV(B) | 84.27º | 0.75% | 0.69% | - |
| XYZ | 23.81 | 34.98 | 7.88 | - |
| YUV | 144.22 | 71.44 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 44 | 0.30 | 0 | 0.75 | 0.31 | 84.27 | 0.6 | 0.43 |
| Hex | 7A | AF | 2C | 1E | 0 | 4B | 1F | 54 | 3C | 2B |
| Octal | 172 | 257 | 54 | 36 | 0 | 113 | 37 | 124 | 74 | 53 |
| Binary | 1111010 | 10101111 | 101100 | 11110 | 0 | 1001011 | 11111 | 1010100 | 111100 | 101011 |
Color Harmonies of #7AAF2C
Complementary color
Monochromatic Colors of #7AAF2C
Black with #7AAF2C
Text Example
Text Example
White with #7AAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF2C; }
p { color: rgb(122,175,44); }
H1.HeaderClassName
{
color: #7AAF2C;
}
.AnyTagClassName
{
color: #7AAF2C;
}
</style>
background-color css
<style>
a { background-color: #7AAF2C; }
a { background-color: rgb(122,175,44); }
div.DivClassName
{
background-color: #7AAF2C;
}
.BgClassName
{
background-color: #7AAF2C;
}
</style>
border-color css
<style>
span { border-color: #7AAF2C; }
span { border-color: rgb(122,175,44); }
td.TdClassName
{
border-color: #7AAF2C;
}
.TagClassName
{
border-color: #7AAF2C;
}
</style>