Shades of Lima #7AB812
Tints of Lima #7AB812
RGB
CMYK
RGB Variations
Color information
#7AB812 (or 0x7AB812) is known color: Lima. HEX triplet: 7A, B8 and 12. RGB value is (122,184,18). Sum of RGB (Red+Green+Blue) = 122+184+18=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB812 is #8547ED. Grayscale: #939393. Windows color (decimal): -8734702 or 1226874. OLE color: 1226874.
HSL color Cylindrical-coordinate representation of color #7AB812: hue angle of 82.41º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AB812 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 18 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.28 |
| HSL | 82.41º | 0.82% | 0.4% | - |
| HSV(B) | 82.41º | 0.9% | 0.72% | - |
| XYZ | 25.28 | 38.46 | 6.66 | - |
| YUV | 146.54 | 55.46 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 18 | 0.34 | 0 | 0.90 | 0.28 | 82.41 | 0.82 | 0.4 |
| Hex | 7A | B8 | 12 | 22 | 0 | 5A | 1C | 52 | 52 | 28 |
| Octal | 172 | 270 | 22 | 42 | 0 | 132 | 34 | 122 | 122 | 50 |
| Binary | 1111010 | 10111000 | 10010 | 100010 | 0 | 1011010 | 11100 | 1010010 | 1010010 | 101000 |
Color Harmonies of #7AB812
Complementary color
Monochromatic Colors of #7AB812
Black with #7AB812
Text Example
Text Example
White with #7AB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB812; }
p { color: rgb(122,184,18); }
H1.HeaderClassName
{
color: #7AB812;
}
.AnyTagClassName
{
color: #7AB812;
}
</style>
background-color css
<style>
a { background-color: #7AB812; }
a { background-color: rgb(122,184,18); }
div.DivClassName
{
background-color: #7AB812;
}
.BgClassName
{
background-color: #7AB812;
}
</style>
border-color css
<style>
span { border-color: #7AB812; }
span { border-color: rgb(122,184,18); }
td.TdClassName
{
border-color: #7AB812;
}
.TagClassName
{
border-color: #7AB812;
}
</style>