Shades of Pastel Green #7ADC7A
Tints of Pastel Green #7ADC7A
RGB
CMYK
RGB Variations
Color information
#7ADC7A (or 0x7ADC7A) is known color: Pastel Green. HEX triplet: 7A, DC and 7A. RGB value is (122,220,122). Sum of RGB (Red+Green+Blue) = 122+220+122=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC7A is #852385. Grayscale: #B3B3B3. Windows color (decimal): -8725382 or 8051834. OLE color: 8051834.
HSL color Cylindrical-coordinate representation of color #7ADC7A: hue angle of 120º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADC7A is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 122 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.14 |
| HSL | 120º | 0.58% | 0.67% | - |
| HSV(B) | 120º | 0.45% | 0.86% | - |
| XYZ | 37.13 | 56.73 | 27.41 | - |
| YUV | 179.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 122 | 0.45 | 0 | 0.45 | 0.14 | 120 | 0.58 | 0.67 |
| Hex | 7A | DC | 7A | 2D | 0 | 2D | E | 78 | 3A | 43 |
| Octal | 172 | 334 | 172 | 55 | 0 | 55 | 16 | 170 | 72 | 103 |
| Binary | 1111010 | 11011100 | 1111010 | 101101 | 0 | 101101 | 1110 | 1111000 | 111010 | 1000011 |
Color Harmonies of #7ADC7A
Complementary color
Monochromatic Colors of #7ADC7A
Black with #7ADC7A
Text Example
Text Example
White with #7ADC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC7A; }
p { color: rgb(122,220,122); }
H1.HeaderClassName
{
color: #7ADC7A;
}
.AnyTagClassName
{
color: #7ADC7A;
}
</style>
background-color css
<style>
a { background-color: #7ADC7A; }
a { background-color: rgb(122,220,122); }
div.DivClassName
{
background-color: #7ADC7A;
}
.BgClassName
{
background-color: #7ADC7A;
}
</style>
border-color css
<style>
span { border-color: #7ADC7A; }
span { border-color: rgb(122,220,122); }
td.TdClassName
{
border-color: #7ADC7A;
}
.TagClassName
{
border-color: #7ADC7A;
}
</style>