Shades of Lima #7AAB28
Tints of Lima #7AAB28
RGB
CMYK
RGB Variations
Color information
#7AAB28 (or 0x7AAB28) is known color: Lima. HEX triplet: 7A, AB and 28. RGB value is (122,171,40). Sum of RGB (Red+Green+Blue) = 122+171+40=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAB28 is #8554D7. Grayscale: #8D8D8D. Windows color (decimal): -8738008 or 2665338. OLE color: 2665338.
HSL color Cylindrical-coordinate representation of color #7AAB28: hue angle of 82.44º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AAB28 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 40 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.33 |
| HSL | 82.44º | 0.62% | 0.41% | - |
| HSV(B) | 82.44º | 0.77% | 0.67% | - |
| XYZ | 22.97 | 33.42 | 7.25 | - |
| YUV | 141.42 | 70.77 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 40 | 0.29 | 0 | 0.77 | 0.33 | 82.44 | 0.62 | 0.41 |
| Hex | 7A | AB | 28 | 1D | 0 | 4D | 21 | 52 | 3E | 29 |
| Octal | 172 | 253 | 50 | 35 | 0 | 115 | 41 | 122 | 76 | 51 |
| Binary | 1111010 | 10101011 | 101000 | 11101 | 0 | 1001101 | 100001 | 1010010 | 111110 | 101001 |
Color Harmonies of #7AAB28
Complementary color
Monochromatic Colors of #7AAB28
Black with #7AAB28
Text Example
Text Example
White with #7AAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB28; }
p { color: rgb(122,171,40); }
H1.HeaderClassName
{
color: #7AAB28;
}
.AnyTagClassName
{
color: #7AAB28;
}
</style>
background-color css
<style>
a { background-color: #7AAB28; }
a { background-color: rgb(122,171,40); }
div.DivClassName
{
background-color: #7AAB28;
}
.BgClassName
{
background-color: #7AAB28;
}
</style>
border-color css
<style>
span { border-color: #7AAB28; }
span { border-color: rgb(122,171,40); }
td.TdClassName
{
border-color: #7AAB28;
}
.TagClassName
{
border-color: #7AAB28;
}
</style>