Shades of Lawn Green #7ADE12
Tints of Lawn Green #7ADE12
RGB
CMYK
RGB Variations
Color information
#7ADE12 (or 0x7ADE12) is known color: Lawn Green. HEX triplet: 7A, DE and 12. RGB value is (122,222,18). Sum of RGB (Red+Green+Blue) = 122+222+18=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 222 (87.11% from 255 or 61.33% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADE12 is #8521ED. Grayscale: #A9A9A9. Windows color (decimal): -8724974 or 1236602. OLE color: 1236602.
HSL color Cylindrical-coordinate representation of color #7ADE12: hue angle of 89.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7ADE12 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 18 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.13 |
| HSL | 89.41º | 0.85% | 0.47% | - |
| HSV(B) | 89.41º | 0.92% | 0.87% | - |
| XYZ | 34.26 | 56.42 | 9.66 | - |
| YUV | 168.84 | 42.87 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 18 | 0.45 | 0 | 0.92 | 0.13 | 89.41 | 0.85 | 0.47 |
| Hex | 7A | DE | 12 | 2D | 0 | 5C | D | 59 | 55 | 2F |
| Octal | 172 | 336 | 22 | 55 | 0 | 134 | 15 | 131 | 125 | 57 |
| Binary | 1111010 | 11011110 | 10010 | 101101 | 0 | 1011100 | 1101 | 1011001 | 1010101 | 101111 |
Color Harmonies of #7ADE12
Complementary color
Monochromatic Colors of #7ADE12
Black with #7ADE12
Text Example
Text Example
White with #7ADE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE12; }
p { color: rgb(122,222,18); }
H1.HeaderClassName
{
color: #7ADE12;
}
.AnyTagClassName
{
color: #7ADE12;
}
</style>
background-color css
<style>
a { background-color: #7ADE12; }
a { background-color: rgb(122,222,18); }
div.DivClassName
{
background-color: #7ADE12;
}
.BgClassName
{
background-color: #7ADE12;
}
</style>
border-color css
<style>
span { border-color: #7ADE12; }
span { border-color: rgb(122,222,18); }
td.TdClassName
{
border-color: #7ADE12;
}
.TagClassName
{
border-color: #7ADE12;
}
</style>