Shades of Lima #7AB418
Tints of Lima #7AB418
RGB
CMYK
RGB Variations
Color information
#7AB418 (or 0x7AB418) is known color: Lima. HEX triplet: 7A, B4 and 18. RGB value is (122,180,24). Sum of RGB (Red+Green+Blue) = 122+180+24=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB418 is #854BE7. Grayscale: #919191. Windows color (decimal): -8735720 or 1619066. OLE color: 1619066.
HSL color Cylindrical-coordinate representation of color #7AB418: hue angle of 82.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7AB418 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 24 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.29 |
| HSL | 82.31º | 0.76% | 0.4% | - |
| HSV(B) | 82.31º | 0.87% | 0.71% | - |
| XYZ | 24.51 | 36.85 | 6.68 | - |
| YUV | 144.87 | 59.78 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 24 | 0.32 | 0 | 0.87 | 0.29 | 82.31 | 0.76 | 0.4 |
| Hex | 7A | B4 | 18 | 20 | 0 | 57 | 1D | 52 | 4C | 28 |
| Octal | 172 | 264 | 30 | 40 | 0 | 127 | 35 | 122 | 114 | 50 |
| Binary | 1111010 | 10110100 | 11000 | 100000 | 0 | 1010111 | 11101 | 1010010 | 1001100 | 101000 |
Color Harmonies of #7AB418
Complementary color
Monochromatic Colors of #7AB418
Black with #7AB418
Text Example
Text Example
White with #7AB418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB418; }
p { color: rgb(122,180,24); }
H1.HeaderClassName
{
color: #7AB418;
}
.AnyTagClassName
{
color: #7AB418;
}
</style>
background-color css
<style>
a { background-color: #7AB418; }
a { background-color: rgb(122,180,24); }
div.DivClassName
{
background-color: #7AB418;
}
.BgClassName
{
background-color: #7AB418;
}
</style>
border-color css
<style>
span { border-color: #7AB418; }
span { border-color: rgb(122,180,24); }
td.TdClassName
{
border-color: #7AB418;
}
.TagClassName
{
border-color: #7AB418;
}
</style>