Shades of Pastel Green #7AE981
Tints of Pastel Green #7AE981
RGB
CMYK
RGB Variations
Color information
#7AE981 (or 0x7AE981) is known color: Pastel Green. HEX triplet: 7A, E9 and 81. RGB value is (122,233,129). Sum of RGB (Red+Green+Blue) = 122+233+129=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #7AE981 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AE981 is #85167E. Grayscale: #BCBCBC. Windows color (decimal): -8722047 or 8513914. OLE color: 8513914.
HSL color Cylindrical-coordinate representation of color #7AE981: hue angle of 123.78º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AE981 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 233 | 129 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.09 |
| HSL | 123.78º | 0.72% | 0.7% | - |
| HSV(B) | 123.78º | 0.48% | 0.91% | - |
| XYZ | 41.13 | 64 | 30.95 | - |
| YUV | 187.96 | 94.73 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 233 | 129 | 0.48 | 0 | 0.45 | 0.09 | 123.78 | 0.72 | 0.7 |
| Hex | 7A | E9 | 81 | 30 | 0 | 2D | 9 | 7C | 48 | 46 |
| Octal | 172 | 351 | 201 | 60 | 0 | 55 | 11 | 174 | 110 | 106 |
| Binary | 1111010 | 11101001 | 10000001 | 110000 | 0 | 101101 | 1001 | 1111100 | 1001000 | 1000110 |
Color Harmonies of #7AE981
Complementary color
Monochromatic Colors of #7AE981
Black with #7AE981
Text Example
Text Example
White with #7AE981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE981; }
p { color: rgb(122,233,129); }
H1.HeaderClassName
{
color: #7AE981;
}
.AnyTagClassName
{
color: #7AE981;
}
</style>
background-color css
<style>
a { background-color: #7AE981; }
a { background-color: rgb(122,233,129); }
div.DivClassName
{
background-color: #7AE981;
}
.BgClassName
{
background-color: #7AE981;
}
</style>
border-color css
<style>
span { border-color: #7AE981; }
span { border-color: rgb(122,233,129); }
td.TdClassName
{
border-color: #7AE981;
}
.TagClassName
{
border-color: #7AE981;
}
</style>