Shades of Pastel Green #7AD666
Tints of Pastel Green #7AD666
RGB
CMYK
RGB Variations
Color information
#7AD666 (or 0x7AD666) is known color: Pastel Green. HEX triplet: 7A, D6 and 66. RGB value is (122,214,102). Sum of RGB (Red+Green+Blue) = 122+214+102=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD666 is #852999. Grayscale: #AEAEAE. Windows color (decimal): -8726938 or 6739578. OLE color: 6739578.
HSL color Cylindrical-coordinate representation of color #7AD666: hue angle of 109.29º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AD666 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 102 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.16 |
| HSL | 109.29º | 0.58% | 0.62% | - |
| HSV(B) | 109.29º | 0.52% | 0.84% | - |
| XYZ | 34.47 | 53.19 | 21.02 | - |
| YUV | 173.72 | 87.52 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 102 | 0.43 | 0 | 0.52 | 0.16 | 109.29 | 0.58 | 0.62 |
| Hex | 7A | D6 | 66 | 2B | 0 | 34 | 10 | 6D | 3A | 3E |
| Octal | 172 | 326 | 146 | 53 | 0 | 64 | 20 | 155 | 72 | 76 |
| Binary | 1111010 | 11010110 | 1100110 | 101011 | 0 | 110100 | 10000 | 1101101 | 111010 | 111110 |
Color Harmonies of #7AD666
Complementary color
Monochromatic Colors of #7AD666
Black with #7AD666
Text Example
Text Example
White with #7AD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD666; }
p { color: rgb(122,214,102); }
H1.HeaderClassName
{
color: #7AD666;
}
.AnyTagClassName
{
color: #7AD666;
}
</style>
background-color css
<style>
a { background-color: #7AD666; }
a { background-color: rgb(122,214,102); }
div.DivClassName
{
background-color: #7AD666;
}
.BgClassName
{
background-color: #7AD666;
}
</style>
border-color css
<style>
span { border-color: #7AD666; }
span { border-color: rgb(122,214,102); }
td.TdClassName
{
border-color: #7AD666;
}
.TagClassName
{
border-color: #7AD666;
}
</style>