Shades of Pastel Green #7ADC6D
Tints of Pastel Green #7ADC6D
RGB
CMYK
RGB Variations
Color information
#7ADC6D (or 0x7ADC6D) is known color: Pastel Green. HEX triplet: 7A, DC and 6D. RGB value is (122,220,109). Sum of RGB (Red+Green+Blue) = 122+220+109=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC6D is #852392. Grayscale: #B2B2B2. Windows color (decimal): -8725395 or 7199866. OLE color: 7199866.
HSL color Cylindrical-coordinate representation of color #7ADC6D: hue angle of 112.97º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ADC6D is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 109 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.14 |
| HSL | 112.97º | 0.61% | 0.65% | - |
| HSV(B) | 112.97º | 0.5% | 0.86% | - |
| XYZ | 36.38 | 56.43 | 23.44 | - |
| YUV | 178.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 109 | 0.45 | 0 | 0.50 | 0.14 | 112.97 | 0.61 | 0.65 |
| Hex | 7A | DC | 6D | 2D | 0 | 32 | E | 71 | 3D | 41 |
| Octal | 172 | 334 | 155 | 55 | 0 | 62 | 16 | 161 | 75 | 101 |
| Binary | 1111010 | 11011100 | 1101101 | 101101 | 0 | 110010 | 1110 | 1110001 | 111101 | 1000001 |
Color Harmonies of #7ADC6D
Complementary color
Monochromatic Colors of #7ADC6D
Black with #7ADC6D
Text Example
Text Example
White with #7ADC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC6D; }
p { color: rgb(122,220,109); }
H1.HeaderClassName
{
color: #7ADC6D;
}
.AnyTagClassName
{
color: #7ADC6D;
}
</style>
background-color css
<style>
a { background-color: #7ADC6D; }
a { background-color: rgb(122,220,109); }
div.DivClassName
{
background-color: #7ADC6D;
}
.BgClassName
{
background-color: #7ADC6D;
}
</style>
border-color css
<style>
span { border-color: #7ADC6D; }
span { border-color: rgb(122,220,109); }
td.TdClassName
{
border-color: #7ADC6D;
}
.TagClassName
{
border-color: #7ADC6D;
}
</style>