Shades of Lima #7AB810
Tints of Lima #7AB810
RGB
CMYK
RGB Variations
Color information
#7AB810 (or 0x7AB810) is known color: Lima. HEX triplet: 7A, B8 and 10. RGB value is (122,184,16). Sum of RGB (Red+Green+Blue) = 122+184+16=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB810 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB810 is #8547EF. Grayscale: #929292. Windows color (decimal): -8734704 or 1095802. OLE color: 1095802.
HSL color Cylindrical-coordinate representation of color #7AB810: hue angle of 82.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AB810 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 16 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.28 |
| HSL | 82.14º | 0.84% | 0.39% | - |
| HSV(B) | 82.14º | 0.91% | 0.72% | - |
| XYZ | 25.26 | 38.46 | 6.58 | - |
| YUV | 146.31 | 54.46 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 16 | 0.34 | 0 | 0.91 | 0.28 | 82.14 | 0.84 | 0.39 |
| Hex | 7A | B8 | 10 | 22 | 0 | 5B | 1C | 52 | 54 | 27 |
| Octal | 172 | 270 | 20 | 42 | 0 | 133 | 34 | 122 | 124 | 47 |
| Binary | 1111010 | 10111000 | 10000 | 100010 | 0 | 1011011 | 11100 | 1010010 | 1010100 | 100111 |
Color Harmonies of #7AB810
Complementary color
Monochromatic Colors of #7AB810
Black with #7AB810
Text Example
Text Example
White with #7AB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB810; }
p { color: rgb(122,184,16); }
H1.HeaderClassName
{
color: #7AB810;
}
.AnyTagClassName
{
color: #7AB810;
}
</style>
background-color css
<style>
a { background-color: #7AB810; }
a { background-color: rgb(122,184,16); }
div.DivClassName
{
background-color: #7AB810;
}
.BgClassName
{
background-color: #7AB810;
}
</style>
border-color css
<style>
span { border-color: #7AB810; }
span { border-color: rgb(122,184,16); }
td.TdClassName
{
border-color: #7AB810;
}
.TagClassName
{
border-color: #7AB810;
}
</style>