Shades of Lawn Green #7ADB12
Tints of Lawn Green #7ADB12
RGB
CMYK
RGB Variations
Color information
#7ADB12 (or 0x7ADB12) is known color: Lawn Green. HEX triplet: 7A, DB and 12. RGB value is (122,219,18). Sum of RGB (Red+Green+Blue) = 122+219+18=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 219 (85.94% from 255 or 61.00% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADB12 is #8524ED. Grayscale: #A7A7A7. Windows color (decimal): -8725742 or 1235834. OLE color: 1235834.
HSL color Cylindrical-coordinate representation of color #7ADB12: hue angle of 88.96º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7ADB12 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 18 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.14 |
| HSL | 88.96º | 0.85% | 0.46% | - |
| HSV(B) | 88.96º | 0.92% | 0.86% | - |
| XYZ | 33.47 | 54.84 | 9.39 | - |
| YUV | 167.08 | 43.86 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 18 | 0.44 | 0 | 0.92 | 0.14 | 88.96 | 0.85 | 0.46 |
| Hex | 7A | DB | 12 | 2C | 0 | 5C | E | 59 | 55 | 2E |
| Octal | 172 | 333 | 22 | 54 | 0 | 134 | 16 | 131 | 125 | 56 |
| Binary | 1111010 | 11011011 | 10010 | 101100 | 0 | 1011100 | 1110 | 1011001 | 1010101 | 101110 |
Color Harmonies of #7ADB12
Complementary color
Monochromatic Colors of #7ADB12
Black with #7ADB12
Text Example
Text Example
White with #7ADB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB12; }
p { color: rgb(122,219,18); }
H1.HeaderClassName
{
color: #7ADB12;
}
.AnyTagClassName
{
color: #7ADB12;
}
</style>
background-color css
<style>
a { background-color: #7ADB12; }
a { background-color: rgb(122,219,18); }
div.DivClassName
{
background-color: #7ADB12;
}
.BgClassName
{
background-color: #7ADB12;
}
</style>
border-color css
<style>
span { border-color: #7ADB12; }
span { border-color: rgb(122,219,18); }
td.TdClassName
{
border-color: #7ADB12;
}
.TagClassName
{
border-color: #7ADB12;
}
</style>