Shades of Lima #7AC90A
Tints of Lima #7AC90A
RGB
CMYK
RGB Variations
Color information
#7AC90A (or 0x7AC90A) is known color: Lima. HEX triplet: 7A, C9 and 0A. RGB value is (122,201,10). Sum of RGB (Red+Green+Blue) = 122+201+10=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC90A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC90A is #8536F5. Grayscale: #9C9C9C. Windows color (decimal): -8730358 or 706938. OLE color: 706938.
HSL color Cylindrical-coordinate representation of color #7AC90A: hue angle of 84.82º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AC90A is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 10 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.21 |
| HSL | 84.82º | 0.91% | 0.41% | - |
| HSV(B) | 84.82º | 0.95% | 0.79% | - |
| XYZ | 28.97 | 45.93 | 7.63 | - |
| YUV | 155.61 | 45.83 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 10 | 0.39 | 0 | 0.95 | 0.21 | 84.82 | 0.91 | 0.41 |
| Hex | 7A | C9 | A | 27 | 0 | 5F | 15 | 55 | 5B | 29 |
| Octal | 172 | 311 | 12 | 47 | 0 | 137 | 25 | 125 | 133 | 51 |
| Binary | 1111010 | 11001001 | 1010 | 100111 | 0 | 1011111 | 10101 | 1010101 | 1011011 | 101001 |
Color Harmonies of #7AC90A
Complementary color
Monochromatic Colors of #7AC90A
Black with #7AC90A
Text Example
Text Example
White with #7AC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC90A; }
p { color: rgb(122,201,10); }
H1.HeaderClassName
{
color: #7AC90A;
}
.AnyTagClassName
{
color: #7AC90A;
}
</style>
background-color css
<style>
a { background-color: #7AC90A; }
a { background-color: rgb(122,201,10); }
div.DivClassName
{
background-color: #7AC90A;
}
.BgClassName
{
background-color: #7AC90A;
}
</style>
border-color css
<style>
span { border-color: #7AC90A; }
span { border-color: rgb(122,201,10); }
td.TdClassName
{
border-color: #7AC90A;
}
.TagClassName
{
border-color: #7AC90A;
}
</style>