Shades of Lima #7AB314
Tints of Lima #7AB314
RGB
CMYK
RGB Variations
Color information
#7AB314 (or 0x7AB314) is known color: Lima. HEX triplet: 7A, B3 and 14. RGB value is (122,179,20). Sum of RGB (Red+Green+Blue) = 122+179+20=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB314 is #854CEB. Grayscale: #909090. Windows color (decimal): -8735980 or 1356666. OLE color: 1356666.
HSL color Cylindrical-coordinate representation of color #7AB314: hue angle of 81.51º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AB314 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 20 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.30 |
| HSL | 81.51º | 0.8% | 0.39% | - |
| HSV(B) | 81.51º | 0.89% | 0.7% | - |
| XYZ | 24.27 | 36.43 | 6.41 | - |
| YUV | 143.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 20 | 0.32 | 0 | 0.89 | 0.30 | 81.51 | 0.8 | 0.39 |
| Hex | 7A | B3 | 14 | 20 | 0 | 59 | 1E | 52 | 50 | 27 |
| Octal | 172 | 263 | 24 | 40 | 0 | 131 | 36 | 122 | 120 | 47 |
| Binary | 1111010 | 10110011 | 10100 | 100000 | 0 | 1011001 | 11110 | 1010010 | 1010000 | 100111 |
Color Harmonies of #7AB314
Complementary color
Monochromatic Colors of #7AB314
Black with #7AB314
Text Example
Text Example
White with #7AB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB314; }
p { color: rgb(122,179,20); }
H1.HeaderClassName
{
color: #7AB314;
}
.AnyTagClassName
{
color: #7AB314;
}
</style>
background-color css
<style>
a { background-color: #7AB314; }
a { background-color: rgb(122,179,20); }
div.DivClassName
{
background-color: #7AB314;
}
.BgClassName
{
background-color: #7AB314;
}
</style>
border-color css
<style>
span { border-color: #7AB314; }
span { border-color: rgb(122,179,20); }
td.TdClassName
{
border-color: #7AB314;
}
.TagClassName
{
border-color: #7AB314;
}
</style>