Shades of Lima #7AB926
Tints of Lima #7AB926
RGB
CMYK
RGB Variations
Color information
#7AB926 (or 0x7AB926) is known color: Lima. HEX triplet: 7A, B9 and 26. RGB value is (122,185,38). Sum of RGB (Red+Green+Blue) = 122+185+38=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB926 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB926 is #8546D9. Grayscale: #959595. Windows color (decimal): -8734426 or 2537850. OLE color: 2537850.
HSL color Cylindrical-coordinate representation of color #7AB926: hue angle of 85.71º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AB926 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 38 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.27 |
| HSL | 85.71º | 0.66% | 0.44% | - |
| HSV(B) | 85.71º | 0.79% | 0.73% | - |
| XYZ | 25.72 | 38.98 | 8 | - |
| YUV | 149.41 | 65.13 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 38 | 0.34 | 0 | 0.79 | 0.27 | 85.71 | 0.66 | 0.44 |
| Hex | 7A | B9 | 26 | 22 | 0 | 4F | 1B | 56 | 42 | 2C |
| Octal | 172 | 271 | 46 | 42 | 0 | 117 | 33 | 126 | 102 | 54 |
| Binary | 1111010 | 10111001 | 100110 | 100010 | 0 | 1001111 | 11011 | 1010110 | 1000010 | 101100 |
Color Harmonies of #7AB926
Complementary color
Monochromatic Colors of #7AB926
Black with #7AB926
Text Example
Text Example
White with #7AB926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB926; }
p { color: rgb(122,185,38); }
H1.HeaderClassName
{
color: #7AB926;
}
.AnyTagClassName
{
color: #7AB926;
}
</style>
background-color css
<style>
a { background-color: #7AB926; }
a { background-color: rgb(122,185,38); }
div.DivClassName
{
background-color: #7AB926;
}
.BgClassName
{
background-color: #7AB926;
}
</style>
border-color css
<style>
span { border-color: #7AB926; }
span { border-color: rgb(122,185,38); }
td.TdClassName
{
border-color: #7AB926;
}
.TagClassName
{
border-color: #7AB926;
}
</style>