Shades of Lawn Green #7ADA0C
Tints of Lawn Green #7ADA0C
RGB
CMYK
RGB Variations
Color information
#7ADA0C (or 0x7ADA0C) is known color: Lawn Green. HEX triplet: 7A, DA and 0C. RGB value is (122,218,12). Sum of RGB (Red+Green+Blue) = 122+218+12=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADA0C is #8525F3. Grayscale: #A6A6A6. Windows color (decimal): -8726004 or 842362. OLE color: 842362.
HSL color Cylindrical-coordinate representation of color #7ADA0C: hue angle of 87.96º degrees, saturation: 0.9, 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 #7ADA0C is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 12 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.15 |
| HSL | 87.96º | 0.9% | 0.45% | - |
| HSV(B) | 87.96º | 0.94% | 0.85% | - |
| XYZ | 33.16 | 54.31 | 9.08 | - |
| YUV | 165.81 | 41.2 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 12 | 0.44 | 0 | 0.94 | 0.15 | 87.96 | 0.9 | 0.45 |
| Hex | 7A | DA | C | 2C | 0 | 5E | F | 58 | 5A | 2D |
| Octal | 172 | 332 | 14 | 54 | 0 | 136 | 17 | 130 | 132 | 55 |
| Binary | 1111010 | 11011010 | 1100 | 101100 | 0 | 1011110 | 1111 | 1011000 | 1011010 | 101101 |
Color Harmonies of #7ADA0C
Complementary color
Monochromatic Colors of #7ADA0C
Black with #7ADA0C
Text Example
Text Example
White with #7ADA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADA0C; }
p { color: rgb(122,218,12); }
H1.HeaderClassName
{
color: #7ADA0C;
}
.AnyTagClassName
{
color: #7ADA0C;
}
</style>
background-color css
<style>
a { background-color: #7ADA0C; }
a { background-color: rgb(122,218,12); }
div.DivClassName
{
background-color: #7ADA0C;
}
.BgClassName
{
background-color: #7ADA0C;
}
</style>
border-color css
<style>
span { border-color: #7ADA0C; }
span { border-color: rgb(122,218,12); }
td.TdClassName
{
border-color: #7ADA0C;
}
.TagClassName
{
border-color: #7ADA0C;
}
</style>