Shades of Lima #7AB92A
Tints of Lima #7AB92A
RGB
CMYK
RGB Variations
Color information
#7AB92A (or 0x7AB92A) is known color: Lima. HEX triplet: 7A, B9 and 2A. RGB value is (122,185,42). Sum of RGB (Red+Green+Blue) = 122+185+42=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB92A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB92A is #8546D5. Grayscale: #969696. Windows color (decimal): -8734422 or 2799994. OLE color: 2799994.
HSL color Cylindrical-coordinate representation of color #7AB92A: hue angle of 86.43º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AB92A is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 42 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.27 |
| HSL | 86.43º | 0.63% | 0.45% | - |
| HSV(B) | 86.43º | 0.77% | 0.73% | - |
| XYZ | 25.79 | 39 | 8.36 | - |
| YUV | 149.86 | 67.13 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 42 | 0.34 | 0 | 0.77 | 0.27 | 86.43 | 0.63 | 0.45 |
| Hex | 7A | B9 | 2A | 22 | 0 | 4D | 1B | 56 | 3F | 2D |
| Octal | 172 | 271 | 52 | 42 | 0 | 115 | 33 | 126 | 77 | 55 |
| Binary | 1111010 | 10111001 | 101010 | 100010 | 0 | 1001101 | 11011 | 1010110 | 111111 | 101101 |
Color Harmonies of #7AB92A
Complementary color
Monochromatic Colors of #7AB92A
Black with #7AB92A
Text Example
Text Example
White with #7AB92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB92A; }
p { color: rgb(122,185,42); }
H1.HeaderClassName
{
color: #7AB92A;
}
.AnyTagClassName
{
color: #7AB92A;
}
</style>
background-color css
<style>
a { background-color: #7AB92A; }
a { background-color: rgb(122,185,42); }
div.DivClassName
{
background-color: #7AB92A;
}
.BgClassName
{
background-color: #7AB92A;
}
</style>
border-color css
<style>
span { border-color: #7AB92A; }
span { border-color: rgb(122,185,42); }
td.TdClassName
{
border-color: #7AB92A;
}
.TagClassName
{
border-color: #7AB92A;
}
</style>