Shades of Lima #7AAF1A
Tints of Lima #7AAF1A
RGB
CMYK
RGB Variations
Color information
#7AAF1A (or 0x7AAF1A) is known color: Lima. HEX triplet: 7A, AF and 1A. RGB value is (122,175,26). Sum of RGB (Red+Green+Blue) = 122+175+26=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF1A is #8550E5. Grayscale: #8E8E8E. Windows color (decimal): -8736998 or 1748858. OLE color: 1748858.
HSL color Cylindrical-coordinate representation of color #7AAF1A: hue angle of 81.34º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AAF1A is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 26 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.31 |
| HSL | 81.34º | 0.74% | 0.39% | - |
| HSV(B) | 81.34º | 0.85% | 0.69% | - |
| XYZ | 23.54 | 34.87 | 6.47 | - |
| YUV | 142.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 26 | 0.30 | 0 | 0.85 | 0.31 | 81.34 | 0.74 | 0.39 |
| Hex | 7A | AF | 1A | 1E | 0 | 55 | 1F | 51 | 4A | 27 |
| Octal | 172 | 257 | 32 | 36 | 0 | 125 | 37 | 121 | 112 | 47 |
| Binary | 1111010 | 10101111 | 11010 | 11110 | 0 | 1010101 | 11111 | 1010001 | 1001010 | 100111 |
Color Harmonies of #7AAF1A
Complementary color
Monochromatic Colors of #7AAF1A
Black with #7AAF1A
Text Example
Text Example
White with #7AAF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF1A; }
p { color: rgb(122,175,26); }
H1.HeaderClassName
{
color: #7AAF1A;
}
.AnyTagClassName
{
color: #7AAF1A;
}
</style>
background-color css
<style>
a { background-color: #7AAF1A; }
a { background-color: rgb(122,175,26); }
div.DivClassName
{
background-color: #7AAF1A;
}
.BgClassName
{
background-color: #7AAF1A;
}
</style>
border-color css
<style>
span { border-color: #7AAF1A; }
span { border-color: rgb(122,175,26); }
td.TdClassName
{
border-color: #7AAF1A;
}
.TagClassName
{
border-color: #7AAF1A;
}
</style>