Shades of Pastel Green #7ADC6E
Tints of Pastel Green #7ADC6E
RGB
CMYK
RGB Variations
Color information
#7ADC6E (or 0x7ADC6E) is known color: Pastel Green. HEX triplet: 7A, DC and 6E. RGB value is (122,220,110). Sum of RGB (Red+Green+Blue) = 122+220+110=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC6E is #852391. Grayscale: #B2B2B2. Windows color (decimal): -8725394 or 7265402. OLE color: 7265402.
HSL color Cylindrical-coordinate representation of color #7ADC6E: hue angle of 113.45º 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 #7ADC6E is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 110 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.14 |
| HSL | 113.45º | 0.61% | 0.65% | - |
| HSV(B) | 113.45º | 0.5% | 0.86% | - |
| XYZ | 36.43 | 56.45 | 23.73 | - |
| YUV | 178.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 110 | 0.45 | 0 | 0.50 | 0.14 | 113.45 | 0.61 | 0.65 |
| Hex | 7A | DC | 6E | 2D | 0 | 32 | E | 71 | 3D | 41 |
| Octal | 172 | 334 | 156 | 55 | 0 | 62 | 16 | 161 | 75 | 101 |
| Binary | 1111010 | 11011100 | 1101110 | 101101 | 0 | 110010 | 1110 | 1110001 | 111101 | 1000001 |
Color Harmonies of #7ADC6E
Complementary color
Monochromatic Colors of #7ADC6E
Black with #7ADC6E
Text Example
Text Example
White with #7ADC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC6E; }
p { color: rgb(122,220,110); }
H1.HeaderClassName
{
color: #7ADC6E;
}
.AnyTagClassName
{
color: #7ADC6E;
}
</style>
background-color css
<style>
a { background-color: #7ADC6E; }
a { background-color: rgb(122,220,110); }
div.DivClassName
{
background-color: #7ADC6E;
}
.BgClassName
{
background-color: #7ADC6E;
}
</style>
border-color css
<style>
span { border-color: #7ADC6E; }
span { border-color: rgb(122,220,110); }
td.TdClassName
{
border-color: #7ADC6E;
}
.TagClassName
{
border-color: #7ADC6E;
}
</style>