Shades of Pastel Green #7AEA89
Tints of Pastel Green #7AEA89
RGB
CMYK
RGB Variations
Color information
#7AEA89 (or 0x7AEA89) is known color: Pastel Green. HEX triplet: 7A, EA and 89. RGB value is (122,234,137). Sum of RGB (Red+Green+Blue) = 122+234+137=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA89 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEA89 is #851576. Grayscale: #BDBDBD. Windows color (decimal): -8721783 or 9038458. OLE color: 9038458.
HSL color Cylindrical-coordinate representation of color #7AEA89: hue angle of 128.04º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEA89 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 234 | 137 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.08 |
| HSL | 128.04º | 0.73% | 0.7% | - |
| HSV(B) | 128.04º | 0.48% | 0.92% | - |
| XYZ | 41.96 | 64.79 | 33.96 | - |
| YUV | 189.45 | 98.39 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 234 | 137 | 0.48 | 0 | 0.41 | 0.08 | 128.04 | 0.73 | 0.7 |
| Hex | 7A | EA | 89 | 30 | 0 | 29 | 8 | 80 | 49 | 46 |
| Octal | 172 | 352 | 211 | 60 | 0 | 51 | 10 | 200 | 111 | 106 |
| Binary | 1111010 | 11101010 | 10001001 | 110000 | 0 | 101001 | 1000 | 10000000 | 1001001 | 1000110 |
Color Harmonies of #7AEA89
Complementary color
Monochromatic Colors of #7AEA89
Black with #7AEA89
Text Example
Text Example
White with #7AEA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEA89; }
p { color: rgb(122,234,137); }
H1.HeaderClassName
{
color: #7AEA89;
}
.AnyTagClassName
{
color: #7AEA89;
}
</style>
background-color css
<style>
a { background-color: #7AEA89; }
a { background-color: rgb(122,234,137); }
div.DivClassName
{
background-color: #7AEA89;
}
.BgClassName
{
background-color: #7AEA89;
}
</style>
border-color css
<style>
span { border-color: #7AEA89; }
span { border-color: rgb(122,234,137); }
td.TdClassName
{
border-color: #7AEA89;
}
.TagClassName
{
border-color: #7AEA89;
}
</style>