Shades of Lawn Green #7ADA0D
Tints of Lawn Green #7ADA0D
RGB
CMYK
RGB Variations
Color information
#7ADA0D (or 0x7ADA0D) is known color: Lawn Green. HEX triplet: 7A, DA and 0D. RGB value is (122,218,13). Sum of RGB (Red+Green+Blue) = 122+218+13=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADA0D is #8525F2. Grayscale: #A6A6A6. Windows color (decimal): -8726003 or 907898. OLE color: 907898.
HSL color Cylindrical-coordinate representation of color #7ADA0D: hue angle of 88.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7ADA0D is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 13 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.15 |
| HSL | 88.1º | 0.89% | 0.45% | - |
| HSV(B) | 88.1º | 0.94% | 0.85% | - |
| XYZ | 33.17 | 54.31 | 9.12 | - |
| YUV | 165.93 | 41.7 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 13 | 0.44 | 0 | 0.94 | 0.15 | 88.1 | 0.89 | 0.45 |
| Hex | 7A | DA | D | 2C | 0 | 5E | F | 58 | 59 | 2D |
| Octal | 172 | 332 | 15 | 54 | 0 | 136 | 17 | 130 | 131 | 55 |
| Binary | 1111010 | 11011010 | 1101 | 101100 | 0 | 1011110 | 1111 | 1011000 | 1011001 | 101101 |
Color Harmonies of #7ADA0D
Complementary color
Monochromatic Colors of #7ADA0D
Black with #7ADA0D
Text Example
Text Example
White with #7ADA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADA0D; }
p { color: rgb(122,218,13); }
H1.HeaderClassName
{
color: #7ADA0D;
}
.AnyTagClassName
{
color: #7ADA0D;
}
</style>
background-color css
<style>
a { background-color: #7ADA0D; }
a { background-color: rgb(122,218,13); }
div.DivClassName
{
background-color: #7ADA0D;
}
.BgClassName
{
background-color: #7ADA0D;
}
</style>
border-color css
<style>
span { border-color: #7ADA0D; }
span { border-color: rgb(122,218,13); }
td.TdClassName
{
border-color: #7ADA0D;
}
.TagClassName
{
border-color: #7ADA0D;
}
</style>