Shades of Lima #7AAC28
Tints of Lima #7AAC28
RGB
CMYK
RGB Variations
Color information
#7AAC28 (or 0x7AAC28) is known color: Lima. HEX triplet: 7A, AC and 28. RGB value is (122,172,40). Sum of RGB (Red+Green+Blue) = 122+172+40=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAC28 is #8553D7. Grayscale: #8E8E8E. Windows color (decimal): -8737752 or 2665594. OLE color: 2665594.
HSL color Cylindrical-coordinate representation of color #7AAC28: hue angle of 82.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AAC28 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 40 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.33 |
| HSL | 82.73º | 0.62% | 0.42% | - |
| HSV(B) | 82.73º | 0.77% | 0.67% | - |
| XYZ | 23.16 | 33.8 | 7.31 | - |
| YUV | 142 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 40 | 0.29 | 0 | 0.77 | 0.33 | 82.73 | 0.62 | 0.42 |
| Hex | 7A | AC | 28 | 1D | 0 | 4D | 21 | 53 | 3E | 2A |
| Octal | 172 | 254 | 50 | 35 | 0 | 115 | 41 | 123 | 76 | 52 |
| Binary | 1111010 | 10101100 | 101000 | 11101 | 0 | 1001101 | 100001 | 1010011 | 111110 | 101010 |
Color Harmonies of #7AAC28
Complementary color
Monochromatic Colors of #7AAC28
Black with #7AAC28
Text Example
Text Example
White with #7AAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC28; }
p { color: rgb(122,172,40); }
H1.HeaderClassName
{
color: #7AAC28;
}
.AnyTagClassName
{
color: #7AAC28;
}
</style>
background-color css
<style>
a { background-color: #7AAC28; }
a { background-color: rgb(122,172,40); }
div.DivClassName
{
background-color: #7AAC28;
}
.BgClassName
{
background-color: #7AAC28;
}
</style>
border-color css
<style>
span { border-color: #7AAC28; }
span { border-color: rgb(122,172,40); }
td.TdClassName
{
border-color: #7AAC28;
}
.TagClassName
{
border-color: #7AAC28;
}
</style>