Shades of Lima #7AAF17
Tints of Lima #7AAF17
RGB
CMYK
RGB Variations
Color information
#7AAF17 (or 0x7AAF17) is known color: Lima. HEX triplet: 7A, AF and 17. RGB value is (122,175,23). Sum of RGB (Red+Green+Blue) = 122+175+23=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAF17 is #8550E8. Grayscale: #8E8E8E. Windows color (decimal): -8737001 or 1552250. OLE color: 1552250.
HSL color Cylindrical-coordinate representation of color #7AAF17: hue angle of 80.92º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7AAF17 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 23 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.31 |
| HSL | 80.92º | 0.77% | 0.39% | - |
| HSV(B) | 80.92º | 0.87% | 0.69% | - |
| XYZ | 23.51 | 34.86 | 6.3 | - |
| YUV | 141.83 | 60.94 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 23 | 0.30 | 0 | 0.87 | 0.31 | 80.92 | 0.77 | 0.39 |
| Hex | 7A | AF | 17 | 1E | 0 | 57 | 1F | 51 | 4D | 27 |
| Octal | 172 | 257 | 27 | 36 | 0 | 127 | 37 | 121 | 115 | 47 |
| Binary | 1111010 | 10101111 | 10111 | 11110 | 0 | 1010111 | 11111 | 1010001 | 1001101 | 100111 |
Color Harmonies of #7AAF17
Complementary color
Monochromatic Colors of #7AAF17
Black with #7AAF17
Text Example
Text Example
White with #7AAF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF17; }
p { color: rgb(122,175,23); }
H1.HeaderClassName
{
color: #7AAF17;
}
.AnyTagClassName
{
color: #7AAF17;
}
</style>
background-color css
<style>
a { background-color: #7AAF17; }
a { background-color: rgb(122,175,23); }
div.DivClassName
{
background-color: #7AAF17;
}
.BgClassName
{
background-color: #7AAF17;
}
</style>
border-color css
<style>
span { border-color: #7AAF17; }
span { border-color: rgb(122,175,23); }
td.TdClassName
{
border-color: #7AAF17;
}
.TagClassName
{
border-color: #7AAF17;
}
</style>