Shades of Lima #7AB91F
Tints of Lima #7AB91F
RGB
CMYK
RGB Variations
Color information
#7AB91F (or 0x7AB91F) is known color: Lima. HEX triplet: 7A, B9 and 1F. RGB value is (122,185,31). Sum of RGB (Red+Green+Blue) = 122+185+31=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB91F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB91F is #8546E0. Grayscale: #959595. Windows color (decimal): -8734433 or 2079098. OLE color: 2079098.
HSL color Cylindrical-coordinate representation of color #7AB91F: hue angle of 84.55º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7AB91F is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 31 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.27 |
| HSL | 84.55º | 0.71% | 0.42% | - |
| HSV(B) | 84.55º | 0.83% | 0.73% | - |
| XYZ | 25.62 | 38.93 | 7.46 | - |
| YUV | 148.61 | 61.63 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 31 | 0.34 | 0 | 0.83 | 0.27 | 84.55 | 0.71 | 0.42 |
| Hex | 7A | B9 | 1F | 22 | 0 | 53 | 1B | 55 | 47 | 2A |
| Octal | 172 | 271 | 37 | 42 | 0 | 123 | 33 | 125 | 107 | 52 |
| Binary | 1111010 | 10111001 | 11111 | 100010 | 0 | 1010011 | 11011 | 1010101 | 1000111 | 101010 |
Color Harmonies of #7AB91F
Complementary color
Monochromatic Colors of #7AB91F
Black with #7AB91F
Text Example
Text Example
White with #7AB91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB91F; }
p { color: rgb(122,185,31); }
H1.HeaderClassName
{
color: #7AB91F;
}
.AnyTagClassName
{
color: #7AB91F;
}
</style>
background-color css
<style>
a { background-color: #7AB91F; }
a { background-color: rgb(122,185,31); }
div.DivClassName
{
background-color: #7AB91F;
}
.BgClassName
{
background-color: #7AB91F;
}
</style>
border-color css
<style>
span { border-color: #7AB91F; }
span { border-color: rgb(122,185,31); }
td.TdClassName
{
border-color: #7AB91F;
}
.TagClassName
{
border-color: #7AB91F;
}
</style>