Shades of Pastel Green #7AE57E
Tints of Pastel Green #7AE57E
RGB
CMYK
RGB Variations
Color information
#7AE57E (or 0x7AE57E) is known color: Pastel Green. HEX triplet: 7A, E5 and 7E. RGB value is (122,229,126). Sum of RGB (Red+Green+Blue) = 122+229+126=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AE57E is #851A81. Grayscale: #B9B9B9. Windows color (decimal): -8723074 or 8316282. OLE color: 8316282.
HSL color Cylindrical-coordinate representation of color #7AE57E: hue angle of 122.24º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE57E is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 229 | 126 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.10 |
| HSL | 122.24º | 0.67% | 0.69% | - |
| HSV(B) | 122.24º | 0.47% | 0.9% | - |
| XYZ | 39.81 | 61.68 | 29.55 | - |
| YUV | 185.27 | 94.55 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 229 | 126 | 0.47 | 0 | 0.45 | 0.10 | 122.24 | 0.67 | 0.69 |
| Hex | 7A | E5 | 7E | 2F | 0 | 2D | A | 7A | 43 | 45 |
| Octal | 172 | 345 | 176 | 57 | 0 | 55 | 12 | 172 | 103 | 105 |
| Binary | 1111010 | 11100101 | 1111110 | 101111 | 0 | 101101 | 1010 | 1111010 | 1000011 | 1000101 |
Color Harmonies of #7AE57E
Complementary color
Monochromatic Colors of #7AE57E
Black with #7AE57E
Text Example
Text Example
White with #7AE57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE57E; }
p { color: rgb(122,229,126); }
H1.HeaderClassName
{
color: #7AE57E;
}
.AnyTagClassName
{
color: #7AE57E;
}
</style>
background-color css
<style>
a { background-color: #7AE57E; }
a { background-color: rgb(122,229,126); }
div.DivClassName
{
background-color: #7AE57E;
}
.BgClassName
{
background-color: #7AE57E;
}
</style>
border-color css
<style>
span { border-color: #7AE57E; }
span { border-color: rgb(122,229,126); }
td.TdClassName
{
border-color: #7AE57E;
}
.TagClassName
{
border-color: #7AE57E;
}
</style>