Shades of Lawn Green #7ADC01
Tints of Lawn Green #7ADC01
RGB
CMYK
RGB Variations
Color information
#7ADC01 (or 0x7ADC01) is known color: Lawn Green. HEX triplet: 7A, DC and 01. RGB value is (122,220,1). Sum of RGB (Red+Green+Blue) = 122+220+1=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADC01 is #8523FE. Grayscale: #A6A6A6. Windows color (decimal): -8725503 or 121978. OLE color: 121978.
HSL color Cylindrical-coordinate representation of color #7ADC01: hue angle of 86.85º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7ADC01 is Cyan = 0.45, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 1 | - |
| CMYK | 0.45 | 0 | 1.00 | 0.14 |
| HSL | 86.85º | 0.99% | 0.43% | - |
| HSV(B) | 86.85º | 1% | 0.86% | - |
| XYZ | 33.62 | 55.33 | 8.94 | - |
| YUV | 165.73 | 35.03 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 1 | 0.45 | 0 | 1.00 | 0.14 | 86.85 | 0.99 | 0.43 |
| Hex | 7A | DC | 1 | 2D | 0 | 64 | E | 57 | 63 | 2B |
| Octal | 172 | 334 | 1 | 55 | 0 | 144 | 16 | 127 | 143 | 53 |
| Binary | 1111010 | 11011100 | 1 | 101101 | 0 | 1100100 | 1110 | 1010111 | 1100011 | 101011 |
Color Harmonies of #7ADC01
Complementary color
Monochromatic Colors of #7ADC01
Black with #7ADC01
Text Example
Text Example
White with #7ADC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC01; }
p { color: rgb(122,220,1); }
H1.HeaderClassName
{
color: #7ADC01;
}
.AnyTagClassName
{
color: #7ADC01;
}
</style>
background-color css
<style>
a { background-color: #7ADC01; }
a { background-color: rgb(122,220,1); }
div.DivClassName
{
background-color: #7ADC01;
}
.BgClassName
{
background-color: #7ADC01;
}
</style>
border-color css
<style>
span { border-color: #7ADC01; }
span { border-color: rgb(122,220,1); }
td.TdClassName
{
border-color: #7ADC01;
}
.TagClassName
{
border-color: #7ADC01;
}
</style>