Shades of Lawn Green #7AD914
Tints of Lawn Green #7AD914
RGB
CMYK
RGB Variations
Color information
#7AD914 (or 0x7AD914) is known color: Lawn Green. HEX triplet: 7A, D9 and 14. RGB value is (122,217,20). Sum of RGB (Red+Green+Blue) = 122+217+20=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 217 (85.16% from 255 or 60.45% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD914 is #8526EB. Grayscale: #A6A6A6. Windows color (decimal): -8726252 or 1366394. OLE color: 1366394.
HSL color Cylindrical-coordinate representation of color #7AD914: hue angle of 88.93º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AD914 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 20 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.15 |
| HSL | 88.93º | 0.83% | 0.46% | - |
| HSV(B) | 88.93º | 0.91% | 0.85% | - |
| XYZ | 32.97 | 53.81 | 9.31 | - |
| YUV | 166.14 | 45.53 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 20 | 0.44 | 0 | 0.91 | 0.15 | 88.93 | 0.83 | 0.46 |
| Hex | 7A | D9 | 14 | 2C | 0 | 5B | F | 59 | 53 | 2E |
| Octal | 172 | 331 | 24 | 54 | 0 | 133 | 17 | 131 | 123 | 56 |
| Binary | 1111010 | 11011001 | 10100 | 101100 | 0 | 1011011 | 1111 | 1011001 | 1010011 | 101110 |
Color Harmonies of #7AD914
Complementary color
Monochromatic Colors of #7AD914
Black with #7AD914
Text Example
Text Example
White with #7AD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD914; }
p { color: rgb(122,217,20); }
H1.HeaderClassName
{
color: #7AD914;
}
.AnyTagClassName
{
color: #7AD914;
}
</style>
background-color css
<style>
a { background-color: #7AD914; }
a { background-color: rgb(122,217,20); }
div.DivClassName
{
background-color: #7AD914;
}
.BgClassName
{
background-color: #7AD914;
}
</style>
border-color css
<style>
span { border-color: #7AD914; }
span { border-color: rgb(122,217,20); }
td.TdClassName
{
border-color: #7AD914;
}
.TagClassName
{
border-color: #7AD914;
}
</style>