Shades of Yellow Green #7ADA1D
Tints of Yellow Green #7ADA1D
RGB
CMYK
RGB Variations
Color information
#7ADA1D (or 0x7ADA1D) is known color: Yellow Green. HEX triplet: 7A, DA and 1D. RGB value is (122,218,29). Sum of RGB (Red+Green+Blue) = 122+218+29=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADA1D is #8525E2. Grayscale: #A8A8A8. Windows color (decimal): -8725987 or 1956474. OLE color: 1956474.
HSL color Cylindrical-coordinate representation of color #7ADA1D: hue angle of 90.48º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7ADA1D is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 29 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.15 |
| HSL | 90.48º | 0.77% | 0.48% | - |
| HSV(B) | 90.48º | 0.87% | 0.85% | - |
| XYZ | 33.32 | 54.37 | 9.9 | - |
| YUV | 167.75 | 49.7 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 29 | 0.44 | 0 | 0.87 | 0.15 | 90.48 | 0.77 | 0.48 |
| Hex | 7A | DA | 1D | 2C | 0 | 57 | F | 5A | 4D | 30 |
| Octal | 172 | 332 | 35 | 54 | 0 | 127 | 17 | 132 | 115 | 60 |
| Binary | 1111010 | 11011010 | 11101 | 101100 | 0 | 1010111 | 1111 | 1011010 | 1001101 | 110000 |
Color Harmonies of #7ADA1D
Complementary color
Monochromatic Colors of #7ADA1D
Black with #7ADA1D
Text Example
Text Example
White with #7ADA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADA1D; }
p { color: rgb(122,218,29); }
H1.HeaderClassName
{
color: #7ADA1D;
}
.AnyTagClassName
{
color: #7ADA1D;
}
</style>
background-color css
<style>
a { background-color: #7ADA1D; }
a { background-color: rgb(122,218,29); }
div.DivClassName
{
background-color: #7ADA1D;
}
.BgClassName
{
background-color: #7ADA1D;
}
</style>
border-color css
<style>
span { border-color: #7ADA1D; }
span { border-color: rgb(122,218,29); }
td.TdClassName
{
border-color: #7ADA1D;
}
.TagClassName
{
border-color: #7ADA1D;
}
</style>