Shades of Lima #7AB213
Tints of Lima #7AB213
RGB
CMYK
RGB Variations
Color information
#7AB213 (or 0x7AB213) is known color: Lima. HEX triplet: 7A, B2 and 13. RGB value is (122,178,19). Sum of RGB (Red+Green+Blue) = 122+178+19=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AB213 is #854DEC. Grayscale: #8F8F8F. Windows color (decimal): -8736237 or 1290874. OLE color: 1290874.
HSL color Cylindrical-coordinate representation of color #7AB213: hue angle of 81.13º degrees, saturation: 0.81, 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 #7AB213 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 19 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.30 |
| HSL | 81.13º | 0.81% | 0.39% | - |
| HSV(B) | 81.13º | 0.89% | 0.7% | - |
| XYZ | 24.06 | 36.03 | 6.3 | - |
| YUV | 143.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 19 | 0.31 | 0 | 0.89 | 0.30 | 81.13 | 0.81 | 0.39 |
| Hex | 7A | B2 | 13 | 1F | 0 | 59 | 1E | 51 | 51 | 27 |
| Octal | 172 | 262 | 23 | 37 | 0 | 131 | 36 | 121 | 121 | 47 |
| Binary | 1111010 | 10110010 | 10011 | 11111 | 0 | 1011001 | 11110 | 1010001 | 1010001 | 100111 |
Color Harmonies of #7AB213
Complementary color
Monochromatic Colors of #7AB213
Black with #7AB213
Text Example
Text Example
White with #7AB213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB213; }
p { color: rgb(122,178,19); }
H1.HeaderClassName
{
color: #7AB213;
}
.AnyTagClassName
{
color: #7AB213;
}
</style>
background-color css
<style>
a { background-color: #7AB213; }
a { background-color: rgb(122,178,19); }
div.DivClassName
{
background-color: #7AB213;
}
.BgClassName
{
background-color: #7AB213;
}
</style>
border-color css
<style>
span { border-color: #7AB213; }
span { border-color: rgb(122,178,19); }
td.TdClassName
{
border-color: #7AB213;
}
.TagClassName
{
border-color: #7AB213;
}
</style>