Shades of Pastel Green #7ADC6C
Tints of Pastel Green #7ADC6C
RGB
CMYK
RGB Variations
Color information
#7ADC6C (or 0x7ADC6C) is known color: Pastel Green. HEX triplet: 7A, DC and 6C. RGB value is (122,220,108). Sum of RGB (Red+Green+Blue) = 122+220+108=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC6C is #852393. Grayscale: #B2B2B2. Windows color (decimal): -8725396 or 7134330. OLE color: 7134330.
HSL color Cylindrical-coordinate representation of color #7ADC6C: hue angle of 112.5º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ADC6C is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 108 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.14 |
| HSL | 112.5º | 0.62% | 0.64% | - |
| HSV(B) | 112.5º | 0.51% | 0.86% | - |
| XYZ | 36.33 | 56.41 | 23.16 | - |
| YUV | 177.93 | 88.53 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 108 | 0.45 | 0 | 0.51 | 0.14 | 112.5 | 0.62 | 0.64 |
| Hex | 7A | DC | 6C | 2D | 0 | 33 | E | 70 | 3E | 40 |
| Octal | 172 | 334 | 154 | 55 | 0 | 63 | 16 | 160 | 76 | 100 |
| Binary | 1111010 | 11011100 | 1101100 | 101101 | 0 | 110011 | 1110 | 1110000 | 111110 | 1000000 |
Color Harmonies of #7ADC6C
Complementary color
Monochromatic Colors of #7ADC6C
Black with #7ADC6C
Text Example
Text Example
White with #7ADC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC6C; }
p { color: rgb(122,220,108); }
H1.HeaderClassName
{
color: #7ADC6C;
}
.AnyTagClassName
{
color: #7ADC6C;
}
</style>
background-color css
<style>
a { background-color: #7ADC6C; }
a { background-color: rgb(122,220,108); }
div.DivClassName
{
background-color: #7ADC6C;
}
.BgClassName
{
background-color: #7ADC6C;
}
</style>
border-color css
<style>
span { border-color: #7ADC6C; }
span { border-color: rgb(122,220,108); }
td.TdClassName
{
border-color: #7ADC6C;
}
.TagClassName
{
border-color: #7ADC6C;
}
</style>