Shades of Lawn Green #7ADC0C
Tints of Lawn Green #7ADC0C
RGB
CMYK
RGB Variations
Color information
#7ADC0C (or 0x7ADC0C) is known color: Lawn Green. HEX triplet: 7A, DC and 0C. RGB value is (122,220,12). Sum of RGB (Red+Green+Blue) = 122+220+12=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADC0C is #8523F3. Grayscale: #A7A7A7. Windows color (decimal): -8725492 or 842874. OLE color: 842874.
HSL color Cylindrical-coordinate representation of color #7ADC0C: hue angle of 88.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7ADC0C is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 12 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.14 |
| HSL | 88.27º | 0.9% | 0.45% | - |
| HSV(B) | 88.27º | 0.95% | 0.86% | - |
| XYZ | 33.69 | 55.35 | 9.26 | - |
| YUV | 166.99 | 40.53 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 12 | 0.45 | 0 | 0.95 | 0.14 | 88.27 | 0.9 | 0.45 |
| Hex | 7A | DC | C | 2D | 0 | 5F | E | 58 | 5A | 2D |
| Octal | 172 | 334 | 14 | 55 | 0 | 137 | 16 | 130 | 132 | 55 |
| Binary | 1111010 | 11011100 | 1100 | 101101 | 0 | 1011111 | 1110 | 1011000 | 1011010 | 101101 |
Color Harmonies of #7ADC0C
Complementary color
Monochromatic Colors of #7ADC0C
Black with #7ADC0C
Text Example
Text Example
White with #7ADC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC0C; }
p { color: rgb(122,220,12); }
H1.HeaderClassName
{
color: #7ADC0C;
}
.AnyTagClassName
{
color: #7ADC0C;
}
</style>
background-color css
<style>
a { background-color: #7ADC0C; }
a { background-color: rgb(122,220,12); }
div.DivClassName
{
background-color: #7ADC0C;
}
.BgClassName
{
background-color: #7ADC0C;
}
</style>
border-color css
<style>
span { border-color: #7ADC0C; }
span { border-color: rgb(122,220,12); }
td.TdClassName
{
border-color: #7ADC0C;
}
.TagClassName
{
border-color: #7ADC0C;
}
</style>