Shades of Pastel Green #7AD76A
Tints of Pastel Green #7AD76A
RGB
CMYK
RGB Variations
Color information
#7AD76A (or 0x7AD76A) is known color: Pastel Green. HEX triplet: 7A, D7 and 6A. RGB value is (122,215,106). Sum of RGB (Red+Green+Blue) = 122+215+106=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD76A is #852895. Grayscale: #AFAFAF. Windows color (decimal): -8726678 or 7001978. OLE color: 7001978.
HSL color Cylindrical-coordinate representation of color #7AD76A: hue angle of 111.19º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AD76A is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 106 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.16 |
| HSL | 111.19º | 0.58% | 0.63% | - |
| HSV(B) | 111.19º | 0.51% | 0.84% | - |
| XYZ | 34.93 | 53.78 | 22.18 | - |
| YUV | 174.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 106 | 0.43 | 0 | 0.51 | 0.16 | 111.19 | 0.58 | 0.63 |
| Hex | 7A | D7 | 6A | 2B | 0 | 33 | 10 | 6F | 3A | 3F |
| Octal | 172 | 327 | 152 | 53 | 0 | 63 | 20 | 157 | 72 | 77 |
| Binary | 1111010 | 11010111 | 1101010 | 101011 | 0 | 110011 | 10000 | 1101111 | 111010 | 111111 |
Color Harmonies of #7AD76A
Complementary color
Monochromatic Colors of #7AD76A
Black with #7AD76A
Text Example
Text Example
White with #7AD76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD76A; }
p { color: rgb(122,215,106); }
H1.HeaderClassName
{
color: #7AD76A;
}
.AnyTagClassName
{
color: #7AD76A;
}
</style>
background-color css
<style>
a { background-color: #7AD76A; }
a { background-color: rgb(122,215,106); }
div.DivClassName
{
background-color: #7AD76A;
}
.BgClassName
{
background-color: #7AD76A;
}
</style>
border-color css
<style>
span { border-color: #7AD76A; }
span { border-color: rgb(122,215,106); }
td.TdClassName
{
border-color: #7AD76A;
}
.TagClassName
{
border-color: #7AD76A;
}
</style>