Shades of Pastel Green #7AD866
Tints of Pastel Green #7AD866
RGB
CMYK
RGB Variations
Color information
#7AD866 (or 0x7AD866) is known color: Pastel Green. HEX triplet: 7A, D8 and 66. RGB value is (122,216,102). Sum of RGB (Red+Green+Blue) = 122+216+102=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD866 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD866 is #852799. Grayscale: #AFAFAF. Windows color (decimal): -8726426 or 6740090. OLE color: 6740090.
HSL color Cylindrical-coordinate representation of color #7AD866: hue angle of 109.47º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AD866 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 102 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.15 |
| HSL | 109.47º | 0.59% | 0.62% | - |
| HSV(B) | 109.47º | 0.53% | 0.85% | - |
| XYZ | 34.98 | 54.21 | 21.19 | - |
| YUV | 174.9 | 86.86 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 102 | 0.44 | 0 | 0.53 | 0.15 | 109.47 | 0.59 | 0.62 |
| Hex | 7A | D8 | 66 | 2C | 0 | 35 | F | 6D | 3B | 3E |
| Octal | 172 | 330 | 146 | 54 | 0 | 65 | 17 | 155 | 73 | 76 |
| Binary | 1111010 | 11011000 | 1100110 | 101100 | 0 | 110101 | 1111 | 1101101 | 111011 | 111110 |
Color Harmonies of #7AD866
Complementary color
Monochromatic Colors of #7AD866
Black with #7AD866
Text Example
Text Example
White with #7AD866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD866; }
p { color: rgb(122,216,102); }
H1.HeaderClassName
{
color: #7AD866;
}
.AnyTagClassName
{
color: #7AD866;
}
</style>
background-color css
<style>
a { background-color: #7AD866; }
a { background-color: rgb(122,216,102); }
div.DivClassName
{
background-color: #7AD866;
}
.BgClassName
{
background-color: #7AD866;
}
</style>
border-color css
<style>
span { border-color: #7AD866; }
span { border-color: rgb(122,216,102); }
td.TdClassName
{
border-color: #7AD866;
}
.TagClassName
{
border-color: #7AD866;
}
</style>