Shades of Pastel Green #7AE961
Tints of Pastel Green #7AE961
RGB
CMYK
RGB Variations
Color information
#7AE961 (or 0x7AE961) is known color: Pastel Green. HEX triplet: 7A, E9 and 61. RGB value is (122,233,97). Sum of RGB (Red+Green+Blue) = 122+233+97=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #7AE961 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AE961 is #85169E. Grayscale: #B8B8B8. Windows color (decimal): -8722079 or 6416762. OLE color: 6416762.
HSL color Cylindrical-coordinate representation of color #7AE961: hue angle of 108.97º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7AE961 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 233 | 97 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.09 |
| HSL | 108.97º | 0.76% | 0.65% | - |
| HSV(B) | 108.97º | 0.58% | 0.91% | - |
| XYZ | 39.32 | 63.28 | 21.45 | - |
| YUV | 184.31 | 78.73 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 233 | 97 | 0.48 | 0 | 0.58 | 0.09 | 108.97 | 0.76 | 0.65 |
| Hex | 7A | E9 | 61 | 30 | 0 | 3A | 9 | 6D | 4C | 41 |
| Octal | 172 | 351 | 141 | 60 | 0 | 72 | 11 | 155 | 114 | 101 |
| Binary | 1111010 | 11101001 | 1100001 | 110000 | 0 | 111010 | 1001 | 1101101 | 1001100 | 1000001 |
Color Harmonies of #7AE961
Complementary color
Monochromatic Colors of #7AE961
Black with #7AE961
Text Example
Text Example
White with #7AE961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE961; }
p { color: rgb(122,233,97); }
H1.HeaderClassName
{
color: #7AE961;
}
.AnyTagClassName
{
color: #7AE961;
}
</style>
background-color css
<style>
a { background-color: #7AE961; }
a { background-color: rgb(122,233,97); }
div.DivClassName
{
background-color: #7AE961;
}
.BgClassName
{
background-color: #7AE961;
}
</style>
border-color css
<style>
span { border-color: #7AE961; }
span { border-color: rgb(122,233,97); }
td.TdClassName
{
border-color: #7AE961;
}
.TagClassName
{
border-color: #7AE961;
}
</style>