Shades of Lima #7AB923
Tints of Lima #7AB923
RGB
CMYK
RGB Variations
Color information
#7AB923 (or 0x7AB923) is known color: Lima. HEX triplet: 7A, B9 and 23. RGB value is (122,185,35). Sum of RGB (Red+Green+Blue) = 122+185+35=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB923 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB923 is #8546DC. Grayscale: #959595. Windows color (decimal): -8734429 or 2341242. OLE color: 2341242.
HSL color Cylindrical-coordinate representation of color #7AB923: hue angle of 85.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AB923 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 35 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.27 |
| HSL | 85.2º | 0.68% | 0.43% | - |
| HSV(B) | 85.2º | 0.81% | 0.73% | - |
| XYZ | 25.68 | 38.96 | 7.76 | - |
| YUV | 149.06 | 63.63 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 35 | 0.34 | 0 | 0.81 | 0.27 | 85.2 | 0.68 | 0.43 |
| Hex | 7A | B9 | 23 | 22 | 0 | 51 | 1B | 55 | 44 | 2B |
| Octal | 172 | 271 | 43 | 42 | 0 | 121 | 33 | 125 | 104 | 53 |
| Binary | 1111010 | 10111001 | 100011 | 100010 | 0 | 1010001 | 11011 | 1010101 | 1000100 | 101011 |
Color Harmonies of #7AB923
Complementary color
Monochromatic Colors of #7AB923
Black with #7AB923
Text Example
Text Example
White with #7AB923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB923; }
p { color: rgb(122,185,35); }
H1.HeaderClassName
{
color: #7AB923;
}
.AnyTagClassName
{
color: #7AB923;
}
</style>
background-color css
<style>
a { background-color: #7AB923; }
a { background-color: rgb(122,185,35); }
div.DivClassName
{
background-color: #7AB923;
}
.BgClassName
{
background-color: #7AB923;
}
</style>
border-color css
<style>
span { border-color: #7AB923; }
span { border-color: rgb(122,185,35); }
td.TdClassName
{
border-color: #7AB923;
}
.TagClassName
{
border-color: #7AB923;
}
</style>