Shades of Lawn Green #7ADE01
Tints of Lawn Green #7ADE01
RGB
CMYK
RGB Variations
Color information
#7ADE01 (or 0x7ADE01) is known color: Lawn Green. HEX triplet: 7A, DE and 01. RGB value is (122,222,1). Sum of RGB (Red+Green+Blue) = 122+222+1=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 222 (87.11% from 255 or 64.35% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADE01 is #8521FE. Grayscale: #A7A7A7. Windows color (decimal): -8724991 or 122490. OLE color: 122490.
HSL color Cylindrical-coordinate representation of color #7ADE01: hue angle of 87.15º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7ADE01 is Cyan = 0.45, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 1 | - |
| CMYK | 0.45 | 0 | 1.00 | 0.13 |
| HSL | 87.15º | 0.99% | 0.44% | - |
| HSV(B) | 87.15º | 1% | 0.87% | - |
| XYZ | 34.15 | 56.38 | 9.11 | - |
| YUV | 166.91 | 34.37 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 1 | 0.45 | 0 | 1.00 | 0.13 | 87.15 | 0.99 | 0.44 |
| Hex | 7A | DE | 1 | 2D | 0 | 64 | D | 57 | 63 | 2C |
| Octal | 172 | 336 | 1 | 55 | 0 | 144 | 15 | 127 | 143 | 54 |
| Binary | 1111010 | 11011110 | 1 | 101101 | 0 | 1100100 | 1101 | 1010111 | 1100011 | 101100 |
Color Harmonies of #7ADE01
Complementary color
Monochromatic Colors of #7ADE01
Black with #7ADE01
Text Example
Text Example
White with #7ADE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE01; }
p { color: rgb(122,222,1); }
H1.HeaderClassName
{
color: #7ADE01;
}
.AnyTagClassName
{
color: #7ADE01;
}
</style>
background-color css
<style>
a { background-color: #7ADE01; }
a { background-color: rgb(122,222,1); }
div.DivClassName
{
background-color: #7ADE01;
}
.BgClassName
{
background-color: #7ADE01;
}
</style>
border-color css
<style>
span { border-color: #7ADE01; }
span { border-color: rgb(122,222,1); }
td.TdClassName
{
border-color: #7ADE01;
}
.TagClassName
{
border-color: #7ADE01;
}
</style>