Shades of Pastel Green #7AE38A
Tints of Pastel Green #7AE38A
RGB
CMYK
RGB Variations
Color information
#7AE38A (or 0x7AE38A) is known color: Pastel Green. HEX triplet: 7A, E3 and 8A. RGB value is (122,227,138). Sum of RGB (Red+Green+Blue) = 122+227+138=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #7AE38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE38A is #851C75. Grayscale: #B9B9B9. Windows color (decimal): -8723574 or 9102202. OLE color: 9102202.
HSL color Cylindrical-coordinate representation of color #7AE38A: hue angle of 129.14º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE38A is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 227 | 138 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.11 |
| HSL | 129.14º | 0.65% | 0.68% | - |
| HSV(B) | 129.14º | 0.46% | 0.89% | - |
| XYZ | 40.08 | 60.91 | 33.69 | - |
| YUV | 185.46 | 101.21 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 227 | 138 | 0.46 | 0 | 0.39 | 0.11 | 129.14 | 0.65 | 0.68 |
| Hex | 7A | E3 | 8A | 2E | 0 | 27 | B | 81 | 41 | 44 |
| Octal | 172 | 343 | 212 | 56 | 0 | 47 | 13 | 201 | 101 | 104 |
| Binary | 1111010 | 11100011 | 10001010 | 101110 | 0 | 100111 | 1011 | 10000001 | 1000001 | 1000100 |
Color Harmonies of #7AE38A
Complementary color
Monochromatic Colors of #7AE38A
Black with #7AE38A
Text Example
Text Example
White with #7AE38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE38A; }
p { color: rgb(122,227,138); }
H1.HeaderClassName
{
color: #7AE38A;
}
.AnyTagClassName
{
color: #7AE38A;
}
</style>
background-color css
<style>
a { background-color: #7AE38A; }
a { background-color: rgb(122,227,138); }
div.DivClassName
{
background-color: #7AE38A;
}
.BgClassName
{
background-color: #7AE38A;
}
</style>
border-color css
<style>
span { border-color: #7AE38A; }
span { border-color: rgb(122,227,138); }
td.TdClassName
{
border-color: #7AE38A;
}
.TagClassName
{
border-color: #7AE38A;
}
</style>