Shades of Lima #7AC00A
Tints of Lima #7AC00A
RGB
CMYK
RGB Variations
Color information
#7AC00A (or 0x7AC00A) is known color: Lima. HEX triplet: 7A, C0 and 0A. RGB value is (122,192,10). Sum of RGB (Red+Green+Blue) = 122+192+10=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC00A is #853FF5. Grayscale: #969696. Windows color (decimal): -8732662 or 704634. OLE color: 704634.
HSL color Cylindrical-coordinate representation of color #7AC00A: hue angle of 83.08º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AC00A is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 10 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.25 |
| HSL | 83.08º | 0.9% | 0.4% | - |
| HSV(B) | 83.08º | 0.95% | 0.75% | - |
| XYZ | 26.93 | 41.86 | 6.95 | - |
| YUV | 150.32 | 48.81 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 10 | 0.36 | 0 | 0.95 | 0.25 | 83.08 | 0.9 | 0.4 |
| Hex | 7A | C0 | A | 24 | 0 | 5F | 19 | 53 | 5A | 28 |
| Octal | 172 | 300 | 12 | 44 | 0 | 137 | 31 | 123 | 132 | 50 |
| Binary | 1111010 | 11000000 | 1010 | 100100 | 0 | 1011111 | 11001 | 1010011 | 1011010 | 101000 |
Color Harmonies of #7AC00A
Complementary color
Monochromatic Colors of #7AC00A
Black with #7AC00A
Text Example
Text Example
White with #7AC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC00A; }
p { color: rgb(122,192,10); }
H1.HeaderClassName
{
color: #7AC00A;
}
.AnyTagClassName
{
color: #7AC00A;
}
</style>
background-color css
<style>
a { background-color: #7AC00A; }
a { background-color: rgb(122,192,10); }
div.DivClassName
{
background-color: #7AC00A;
}
.BgClassName
{
background-color: #7AC00A;
}
</style>
border-color css
<style>
span { border-color: #7AC00A; }
span { border-color: rgb(122,192,10); }
td.TdClassName
{
border-color: #7AC00A;
}
.TagClassName
{
border-color: #7AC00A;
}
</style>