Shades of Lawn Green #7ADC10
Tints of Lawn Green #7ADC10
RGB
CMYK
RGB Variations
Color information
#7ADC10 (or 0x7ADC10) is known color: Lawn Green. HEX triplet: 7A, DC and 10. RGB value is (122,220,16). Sum of RGB (Red+Green+Blue) = 122+220+16=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADC10 is #8523EF. Grayscale: #A8A8A8. Windows color (decimal): -8725488 or 1105018. OLE color: 1105018.
HSL color Cylindrical-coordinate representation of color #7ADC10: hue angle of 88.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7ADC10 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 16 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.14 |
| HSL | 88.82º | 0.86% | 0.46% | - |
| HSV(B) | 88.82º | 0.93% | 0.86% | - |
| XYZ | 33.71 | 55.36 | 9.4 | - |
| YUV | 167.44 | 42.53 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 16 | 0.45 | 0 | 0.93 | 0.14 | 88.82 | 0.86 | 0.46 |
| Hex | 7A | DC | 10 | 2D | 0 | 5D | E | 59 | 56 | 2E |
| Octal | 172 | 334 | 20 | 55 | 0 | 135 | 16 | 131 | 126 | 56 |
| Binary | 1111010 | 11011100 | 10000 | 101101 | 0 | 1011101 | 1110 | 1011001 | 1010110 | 101110 |
Color Harmonies of #7ADC10
Complementary color
Monochromatic Colors of #7ADC10
Black with #7ADC10
Text Example
Text Example
White with #7ADC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC10; }
p { color: rgb(122,220,16); }
H1.HeaderClassName
{
color: #7ADC10;
}
.AnyTagClassName
{
color: #7ADC10;
}
</style>
background-color css
<style>
a { background-color: #7ADC10; }
a { background-color: rgb(122,220,16); }
div.DivClassName
{
background-color: #7ADC10;
}
.BgClassName
{
background-color: #7ADC10;
}
</style>
border-color css
<style>
span { border-color: #7ADC10; }
span { border-color: rgb(122,220,16); }
td.TdClassName
{
border-color: #7ADC10;
}
.TagClassName
{
border-color: #7ADC10;
}
</style>