Shades of Pastel Green #7AD76D
Tints of Pastel Green #7AD76D
RGB
CMYK
RGB Variations
Color information
#7AD76D (or 0x7AD76D) is known color: Pastel Green. HEX triplet: 7A, D7 and 6D. RGB value is (122,215,109). Sum of RGB (Red+Green+Blue) = 122+215+109=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD76D is #852892. Grayscale: #AFAFAF. Windows color (decimal): -8726675 or 7198586. OLE color: 7198586.
HSL color Cylindrical-coordinate representation of color #7AD76D: hue angle of 112.64º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AD76D is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 109 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.16 |
| HSL | 112.64º | 0.57% | 0.64% | - |
| HSV(B) | 112.64º | 0.49% | 0.84% | - |
| XYZ | 35.09 | 53.84 | 23.01 | - |
| YUV | 175.11 | 90.69 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 109 | 0.43 | 0 | 0.49 | 0.16 | 112.64 | 0.57 | 0.64 |
| Hex | 7A | D7 | 6D | 2B | 0 | 31 | 10 | 71 | 39 | 40 |
| Octal | 172 | 327 | 155 | 53 | 0 | 61 | 20 | 161 | 71 | 100 |
| Binary | 1111010 | 11010111 | 1101101 | 101011 | 0 | 110001 | 10000 | 1110001 | 111001 | 1000000 |
Color Harmonies of #7AD76D
Complementary color
Monochromatic Colors of #7AD76D
Black with #7AD76D
Text Example
Text Example
White with #7AD76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD76D; }
p { color: rgb(122,215,109); }
H1.HeaderClassName
{
color: #7AD76D;
}
.AnyTagClassName
{
color: #7AD76D;
}
</style>
background-color css
<style>
a { background-color: #7AD76D; }
a { background-color: rgb(122,215,109); }
div.DivClassName
{
background-color: #7AD76D;
}
.BgClassName
{
background-color: #7AD76D;
}
</style>
border-color css
<style>
span { border-color: #7AD76D; }
span { border-color: rgb(122,215,109); }
td.TdClassName
{
border-color: #7AD76D;
}
.TagClassName
{
border-color: #7AD76D;
}
</style>