Shades of Lima #7AA925
Tints of Lima #7AA925
RGB
CMYK
RGB Variations
Color information
#7AA925 (or 0x7AA925) is known color: Lima. HEX triplet: 7A, A9 and 25. RGB value is (122,169,37). Sum of RGB (Red+Green+Blue) = 122+169+37=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 169 (66.41% from 255 or 51.52% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA925 is #8556DA. Grayscale: #8C8C8C. Windows color (decimal): -8738523 or 2468218. OLE color: 2468218.
HSL color Cylindrical-coordinate representation of color #7AA925: hue angle of 81.36º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AA925 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 169 | 37 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.34 |
| HSL | 81.36º | 0.64% | 0.4% | - |
| HSV(B) | 81.36º | 0.78% | 0.66% | - |
| XYZ | 22.55 | 32.65 | 6.86 | - |
| YUV | 139.9 | 69.93 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 37 | 0.28 | 0 | 0.78 | 0.34 | 81.36 | 0.64 | 0.4 |
| Hex | 7A | A9 | 25 | 1C | 0 | 4E | 22 | 51 | 40 | 28 |
| Octal | 172 | 251 | 45 | 34 | 0 | 116 | 42 | 121 | 100 | 50 |
| Binary | 1111010 | 10101001 | 100101 | 11100 | 0 | 1001110 | 100010 | 1010001 | 1000000 | 101000 |
Color Harmonies of #7AA925
Complementary color
Monochromatic Colors of #7AA925
Black with #7AA925
Text Example
Text Example
White with #7AA925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA925; }
p { color: rgb(122,169,37); }
H1.HeaderClassName
{
color: #7AA925;
}
.AnyTagClassName
{
color: #7AA925;
}
</style>
background-color css
<style>
a { background-color: #7AA925; }
a { background-color: rgb(122,169,37); }
div.DivClassName
{
background-color: #7AA925;
}
.BgClassName
{
background-color: #7AA925;
}
</style>
border-color css
<style>
span { border-color: #7AA925; }
span { border-color: rgb(122,169,37); }
td.TdClassName
{
border-color: #7AA925;
}
.TagClassName
{
border-color: #7AA925;
}
</style>