Shades of Pastel Green #7AE58C
Tints of Pastel Green #7AE58C
RGB
CMYK
RGB Variations
Color information
#7AE58C (or 0x7AE58C) is known color: Pastel Green. HEX triplet: 7A, E5 and 8C. RGB value is (122,229,140). Sum of RGB (Red+Green+Blue) = 122+229+140=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE58C is #851A73. Grayscale: #BBBBBB. Windows color (decimal): -8723060 or 9233786. OLE color: 9233786.
HSL color Cylindrical-coordinate representation of color #7AE58C: hue angle of 130.09º 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 #7AE58C is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 229 | 140 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.10 |
| HSL | 130.09º | 0.67% | 0.69% | - |
| HSV(B) | 130.09º | 0.47% | 0.9% | - |
| XYZ | 40.78 | 62.07 | 34.64 | - |
| YUV | 186.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 229 | 140 | 0.47 | 0 | 0.39 | 0.10 | 130.09 | 0.67 | 0.69 |
| Hex | 7A | E5 | 8C | 2F | 0 | 27 | A | 82 | 43 | 45 |
| Octal | 172 | 345 | 214 | 57 | 0 | 47 | 12 | 202 | 103 | 105 |
| Binary | 1111010 | 11100101 | 10001100 | 101111 | 0 | 100111 | 1010 | 10000010 | 1000011 | 1000101 |
Color Harmonies of #7AE58C
Complementary color
Monochromatic Colors of #7AE58C
Black with #7AE58C
Text Example
Text Example
White with #7AE58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE58C; }
p { color: rgb(122,229,140); }
H1.HeaderClassName
{
color: #7AE58C;
}
.AnyTagClassName
{
color: #7AE58C;
}
</style>
background-color css
<style>
a { background-color: #7AE58C; }
a { background-color: rgb(122,229,140); }
div.DivClassName
{
background-color: #7AE58C;
}
.BgClassName
{
background-color: #7AE58C;
}
</style>
border-color css
<style>
span { border-color: #7AE58C; }
span { border-color: rgb(122,229,140); }
td.TdClassName
{
border-color: #7AE58C;
}
.TagClassName
{
border-color: #7AE58C;
}
</style>