Shades of Lima #7AB818
Tints of Lima #7AB818
RGB
CMYK
RGB Variations
Color information
#7AB818 (or 0x7AB818) is known color: Lima. HEX triplet: 7A, B8 and 18. RGB value is (122,184,24). Sum of RGB (Red+Green+Blue) = 122+184+24=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB818 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB818 is #8547E7. Grayscale: #939393. Windows color (decimal): -8734696 or 1620090. OLE color: 1620090.
HSL color Cylindrical-coordinate representation of color #7AB818: hue angle of 83.25º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7AB818 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 24 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.28 |
| HSL | 83.25º | 0.77% | 0.41% | - |
| HSV(B) | 83.25º | 0.87% | 0.72% | - |
| XYZ | 25.33 | 38.48 | 6.96 | - |
| YUV | 147.22 | 58.46 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 24 | 0.34 | 0 | 0.87 | 0.28 | 83.25 | 0.77 | 0.41 |
| Hex | 7A | B8 | 18 | 22 | 0 | 57 | 1C | 53 | 4D | 29 |
| Octal | 172 | 270 | 30 | 42 | 0 | 127 | 34 | 123 | 115 | 51 |
| Binary | 1111010 | 10111000 | 11000 | 100010 | 0 | 1010111 | 11100 | 1010011 | 1001101 | 101001 |
Color Harmonies of #7AB818
Complementary color
Monochromatic Colors of #7AB818
Black with #7AB818
Text Example
Text Example
White with #7AB818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB818; }
p { color: rgb(122,184,24); }
H1.HeaderClassName
{
color: #7AB818;
}
.AnyTagClassName
{
color: #7AB818;
}
</style>
background-color css
<style>
a { background-color: #7AB818; }
a { background-color: rgb(122,184,24); }
div.DivClassName
{
background-color: #7AB818;
}
.BgClassName
{
background-color: #7AB818;
}
</style>
border-color css
<style>
span { border-color: #7AB818; }
span { border-color: rgb(122,184,24); }
td.TdClassName
{
border-color: #7AB818;
}
.TagClassName
{
border-color: #7AB818;
}
</style>