Shades of Pastel Green #7AE28A
Tints of Pastel Green #7AE28A
RGB
CMYK
RGB Variations
Color information
#7AE28A (or 0x7AE28A) is known color: Pastel Green. HEX triplet: 7A, E2 and 8A. RGB value is (122,226,138). Sum of RGB (Red+Green+Blue) = 122+226+138=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE28A is #851D75. Grayscale: #B9B9B9. Windows color (decimal): -8723830 or 9101946. OLE color: 9101946.
HSL color Cylindrical-coordinate representation of color #7AE28A: hue angle of 129.23º degrees, saturation: 0.64, 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 #7AE28A is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 226 | 138 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.11 |
| HSL | 129.23º | 0.64% | 0.68% | - |
| HSV(B) | 129.23º | 0.46% | 0.89% | - |
| XYZ | 39.81 | 60.37 | 33.6 | - |
| YUV | 184.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 226 | 138 | 0.46 | 0 | 0.39 | 0.11 | 129.23 | 0.64 | 0.68 |
| Hex | 7A | E2 | 8A | 2E | 0 | 27 | B | 81 | 40 | 44 |
| Octal | 172 | 342 | 212 | 56 | 0 | 47 | 13 | 201 | 100 | 104 |
| Binary | 1111010 | 11100010 | 10001010 | 101110 | 0 | 100111 | 1011 | 10000001 | 1000000 | 1000100 |
Color Harmonies of #7AE28A
Complementary color
Monochromatic Colors of #7AE28A
Black with #7AE28A
Text Example
Text Example
White with #7AE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE28A; }
p { color: rgb(122,226,138); }
H1.HeaderClassName
{
color: #7AE28A;
}
.AnyTagClassName
{
color: #7AE28A;
}
</style>
background-color css
<style>
a { background-color: #7AE28A; }
a { background-color: rgb(122,226,138); }
div.DivClassName
{
background-color: #7AE28A;
}
.BgClassName
{
background-color: #7AE28A;
}
</style>
border-color css
<style>
span { border-color: #7AE28A; }
span { border-color: rgb(122,226,138); }
td.TdClassName
{
border-color: #7AE28A;
}
.TagClassName
{
border-color: #7AE28A;
}
</style>