Shades of Pastel Green #7ADC6A
Tints of Pastel Green #7ADC6A
RGB
CMYK
RGB Variations
Color information
#7ADC6A (or 0x7ADC6A) is known color: Pastel Green. HEX triplet: 7A, DC and 6A. RGB value is (122,220,106). Sum of RGB (Red+Green+Blue) = 122+220+106=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC6A is #852395. Grayscale: #B2B2B2. Windows color (decimal): -8725398 or 7003258. OLE color: 7003258.
HSL color Cylindrical-coordinate representation of color #7ADC6A: hue angle of 111.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ADC6A is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 106 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.14 |
| HSL | 111.58º | 0.62% | 0.64% | - |
| HSV(B) | 111.58º | 0.52% | 0.86% | - |
| XYZ | 36.22 | 56.36 | 22.61 | - |
| YUV | 177.7 | 87.53 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 106 | 0.45 | 0 | 0.52 | 0.14 | 111.58 | 0.62 | 0.64 |
| Hex | 7A | DC | 6A | 2D | 0 | 34 | E | 70 | 3E | 40 |
| Octal | 172 | 334 | 152 | 55 | 0 | 64 | 16 | 160 | 76 | 100 |
| Binary | 1111010 | 11011100 | 1101010 | 101101 | 0 | 110100 | 1110 | 1110000 | 111110 | 1000000 |
Color Harmonies of #7ADC6A
Complementary color
Monochromatic Colors of #7ADC6A
Black with #7ADC6A
Text Example
Text Example
White with #7ADC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC6A; }
p { color: rgb(122,220,106); }
H1.HeaderClassName
{
color: #7ADC6A;
}
.AnyTagClassName
{
color: #7ADC6A;
}
</style>
background-color css
<style>
a { background-color: #7ADC6A; }
a { background-color: rgb(122,220,106); }
div.DivClassName
{
background-color: #7ADC6A;
}
.BgClassName
{
background-color: #7ADC6A;
}
</style>
border-color css
<style>
span { border-color: #7ADC6A; }
span { border-color: rgb(122,220,106); }
td.TdClassName
{
border-color: #7ADC6A;
}
.TagClassName
{
border-color: #7ADC6A;
}
</style>