Shades of Lawn Green #7ADC12
Tints of Lawn Green #7ADC12
RGB
CMYK
RGB Variations
Color information
#7ADC12 (or 0x7ADC12) is known color: Lawn Green. HEX triplet: 7A, DC and 12. RGB value is (122,220,18). Sum of RGB (Red+Green+Blue) = 122+220+18=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADC12 is #8523ED. Grayscale: #A8A8A8. Windows color (decimal): -8725486 or 1236090. OLE color: 1236090.
HSL color Cylindrical-coordinate representation of color #7ADC12: hue angle of 89.11º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7ADC12 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 18 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.14 |
| HSL | 89.11º | 0.85% | 0.47% | - |
| HSV(B) | 89.11º | 0.92% | 0.86% | - |
| XYZ | 33.73 | 55.37 | 9.48 | - |
| YUV | 167.67 | 43.53 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 18 | 0.45 | 0 | 0.92 | 0.14 | 89.11 | 0.85 | 0.47 |
| Hex | 7A | DC | 12 | 2D | 0 | 5C | E | 59 | 55 | 2F |
| Octal | 172 | 334 | 22 | 55 | 0 | 134 | 16 | 131 | 125 | 57 |
| Binary | 1111010 | 11011100 | 10010 | 101101 | 0 | 1011100 | 1110 | 1011001 | 1010101 | 101111 |
Color Harmonies of #7ADC12
Complementary color
Monochromatic Colors of #7ADC12
Black with #7ADC12
Text Example
Text Example
White with #7ADC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC12; }
p { color: rgb(122,220,18); }
H1.HeaderClassName
{
color: #7ADC12;
}
.AnyTagClassName
{
color: #7ADC12;
}
</style>
background-color css
<style>
a { background-color: #7ADC12; }
a { background-color: rgb(122,220,18); }
div.DivClassName
{
background-color: #7ADC12;
}
.BgClassName
{
background-color: #7ADC12;
}
</style>
border-color css
<style>
span { border-color: #7ADC12; }
span { border-color: rgb(122,220,18); }
td.TdClassName
{
border-color: #7ADC12;
}
.TagClassName
{
border-color: #7ADC12;
}
</style>