Shades of Lima #7AD010
Tints of Lima #7AD010
RGB
CMYK
RGB Variations
Color information
#7AD010 (or 0x7AD010) is known color: Lima. HEX triplet: 7A, D0 and 10. RGB value is (122,208,16). Sum of RGB (Red+Green+Blue) = 122+208+16=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD010 is #852FEF. Grayscale: #A1A1A1. Windows color (decimal): -8728560 or 1101946. OLE color: 1101946.
HSL color Cylindrical-coordinate representation of color #7AD010: hue angle of 86.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AD010 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 16 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.18 |
| HSL | 86.88º | 0.86% | 0.44% | - |
| HSV(B) | 86.88º | 0.92% | 0.82% | - |
| XYZ | 30.68 | 49.29 | 8.39 | - |
| YUV | 160.4 | 46.51 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 16 | 0.41 | 0 | 0.92 | 0.18 | 86.88 | 0.86 | 0.44 |
| Hex | 7A | D0 | 10 | 29 | 0 | 5C | 12 | 57 | 56 | 2C |
| Octal | 172 | 320 | 20 | 51 | 0 | 134 | 22 | 127 | 126 | 54 |
| Binary | 1111010 | 11010000 | 10000 | 101001 | 0 | 1011100 | 10010 | 1010111 | 1010110 | 101100 |
Color Harmonies of #7AD010
Complementary color
Monochromatic Colors of #7AD010
Black with #7AD010
Text Example
Text Example
White with #7AD010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD010; }
p { color: rgb(122,208,16); }
H1.HeaderClassName
{
color: #7AD010;
}
.AnyTagClassName
{
color: #7AD010;
}
</style>
background-color css
<style>
a { background-color: #7AD010; }
a { background-color: rgb(122,208,16); }
div.DivClassName
{
background-color: #7AD010;
}
.BgClassName
{
background-color: #7AD010;
}
</style>
border-color css
<style>
span { border-color: #7AD010; }
span { border-color: rgb(122,208,16); }
td.TdClassName
{
border-color: #7AD010;
}
.TagClassName
{
border-color: #7AD010;
}
</style>