Shades of Lawn Green #7ADC13
Tints of Lawn Green #7ADC13
RGB
CMYK
RGB Variations
Color information
#7ADC13 (or 0x7ADC13) is known color: Lawn Green. HEX triplet: 7A, DC and 13. RGB value is (122,220,19). Sum of RGB (Red+Green+Blue) = 122+220+19=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADC13 is #8523EC. Grayscale: #A8A8A8. Windows color (decimal): -8725485 or 1301626. OLE color: 1301626.
HSL color Cylindrical-coordinate representation of color #7ADC13: hue angle of 89.25º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7ADC13 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 19 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.14 |
| HSL | 89.25º | 0.84% | 0.47% | - |
| HSV(B) | 89.25º | 0.91% | 0.86% | - |
| XYZ | 33.74 | 55.37 | 9.53 | - |
| YUV | 167.78 | 44.03 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 19 | 0.45 | 0 | 0.91 | 0.14 | 89.25 | 0.84 | 0.47 |
| Hex | 7A | DC | 13 | 2D | 0 | 5B | E | 59 | 54 | 2F |
| Octal | 172 | 334 | 23 | 55 | 0 | 133 | 16 | 131 | 124 | 57 |
| Binary | 1111010 | 11011100 | 10011 | 101101 | 0 | 1011011 | 1110 | 1011001 | 1010100 | 101111 |
Color Harmonies of #7ADC13
Complementary color
Monochromatic Colors of #7ADC13
Black with #7ADC13
Text Example
Text Example
White with #7ADC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC13; }
p { color: rgb(122,220,19); }
H1.HeaderClassName
{
color: #7ADC13;
}
.AnyTagClassName
{
color: #7ADC13;
}
</style>
background-color css
<style>
a { background-color: #7ADC13; }
a { background-color: rgb(122,220,19); }
div.DivClassName
{
background-color: #7ADC13;
}
.BgClassName
{
background-color: #7ADC13;
}
</style>
border-color css
<style>
span { border-color: #7ADC13; }
span { border-color: rgb(122,220,19); }
td.TdClassName
{
border-color: #7ADC13;
}
.TagClassName
{
border-color: #7ADC13;
}
</style>