Shades of Pastel Green #7AD96D
Tints of Pastel Green #7AD96D
RGB
CMYK
RGB Variations
Color information
#7AD96D (or 0x7AD96D) is known color: Pastel Green. HEX triplet: 7A, D9 and 6D. RGB value is (122,217,109). Sum of RGB (Red+Green+Blue) = 122+217+109=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD96D is #852692. Grayscale: #B0B0B0. Windows color (decimal): -8726163 or 7199098. OLE color: 7199098.
HSL color Cylindrical-coordinate representation of color #7AD96D: hue angle of 112.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AD96D is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 109 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.15 |
| HSL | 112.78º | 0.59% | 0.64% | - |
| HSV(B) | 112.78º | 0.5% | 0.85% | - |
| XYZ | 35.6 | 54.87 | 23.18 | - |
| YUV | 176.28 | 90.03 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 109 | 0.44 | 0 | 0.50 | 0.15 | 112.78 | 0.59 | 0.64 |
| Hex | 7A | D9 | 6D | 2C | 0 | 32 | F | 71 | 3B | 40 |
| Octal | 172 | 331 | 155 | 54 | 0 | 62 | 17 | 161 | 73 | 100 |
| Binary | 1111010 | 11011001 | 1101101 | 101100 | 0 | 110010 | 1111 | 1110001 | 111011 | 1000000 |
Color Harmonies of #7AD96D
Complementary color
Monochromatic Colors of #7AD96D
Black with #7AD96D
Text Example
Text Example
White with #7AD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD96D; }
p { color: rgb(122,217,109); }
H1.HeaderClassName
{
color: #7AD96D;
}
.AnyTagClassName
{
color: #7AD96D;
}
</style>
background-color css
<style>
a { background-color: #7AD96D; }
a { background-color: rgb(122,217,109); }
div.DivClassName
{
background-color: #7AD96D;
}
.BgClassName
{
background-color: #7AD96D;
}
</style>
border-color css
<style>
span { border-color: #7AD96D; }
span { border-color: rgb(122,217,109); }
td.TdClassName
{
border-color: #7AD96D;
}
.TagClassName
{
border-color: #7AD96D;
}
</style>