Shades of Pastel Green #7AD96C
Tints of Pastel Green #7AD96C
RGB
CMYK
RGB Variations
Color information
#7AD96C (or 0x7AD96C) is known color: Pastel Green. HEX triplet: 7A, D9 and 6C. RGB value is (122,217,108). Sum of RGB (Red+Green+Blue) = 122+217+108=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD96C is #852693. Grayscale: #B0B0B0. Windows color (decimal): -8726164 or 7133562. OLE color: 7133562.
HSL color Cylindrical-coordinate representation of color #7AD96C: hue angle of 112.29º 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 #7AD96C is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 108 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.15 |
| HSL | 112.29º | 0.59% | 0.64% | - |
| HSV(B) | 112.29º | 0.5% | 0.85% | - |
| XYZ | 35.55 | 54.85 | 22.9 | - |
| YUV | 176.17 | 89.53 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 108 | 0.44 | 0 | 0.50 | 0.15 | 112.29 | 0.59 | 0.64 |
| Hex | 7A | D9 | 6C | 2C | 0 | 32 | F | 70 | 3B | 40 |
| Octal | 172 | 331 | 154 | 54 | 0 | 62 | 17 | 160 | 73 | 100 |
| Binary | 1111010 | 11011001 | 1101100 | 101100 | 0 | 110010 | 1111 | 1110000 | 111011 | 1000000 |
Color Harmonies of #7AD96C
Complementary color
Monochromatic Colors of #7AD96C
Black with #7AD96C
Text Example
Text Example
White with #7AD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD96C; }
p { color: rgb(122,217,108); }
H1.HeaderClassName
{
color: #7AD96C;
}
.AnyTagClassName
{
color: #7AD96C;
}
</style>
background-color css
<style>
a { background-color: #7AD96C; }
a { background-color: rgb(122,217,108); }
div.DivClassName
{
background-color: #7AD96C;
}
.BgClassName
{
background-color: #7AD96C;
}
</style>
border-color css
<style>
span { border-color: #7AD96C; }
span { border-color: rgb(122,217,108); }
td.TdClassName
{
border-color: #7AD96C;
}
.TagClassName
{
border-color: #7AD96C;
}
</style>