Shades of Pastel Green #7AE17A
Tints of Pastel Green #7AE17A
RGB
CMYK
RGB Variations
Color information
#7AE17A (or 0x7AE17A) is known color: Pastel Green. HEX triplet: 7A, E1 and 7A. RGB value is (122,225,122). Sum of RGB (Red+Green+Blue) = 122+225+122=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AE17A is #851E85. Grayscale: #B6B6B6. Windows color (decimal): -8724102 or 8053114. OLE color: 8053114.
HSL color Cylindrical-coordinate representation of color #7AE17A: hue angle of 120º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE17A is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 225 | 122 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.12 |
| HSL | 120º | 0.63% | 0.68% | - |
| HSV(B) | 120º | 0.46% | 0.88% | - |
| XYZ | 38.46 | 59.39 | 27.85 | - |
| YUV | 182.46 | 93.88 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 225 | 122 | 0.46 | 0 | 0.46 | 0.12 | 120 | 0.63 | 0.68 |
| Hex | 7A | E1 | 7A | 2E | 0 | 2E | C | 78 | 3F | 44 |
| Octal | 172 | 341 | 172 | 56 | 0 | 56 | 14 | 170 | 77 | 104 |
| Binary | 1111010 | 11100001 | 1111010 | 101110 | 0 | 101110 | 1100 | 1111000 | 111111 | 1000100 |
Color Harmonies of #7AE17A
Complementary color
Monochromatic Colors of #7AE17A
Black with #7AE17A
Text Example
Text Example
White with #7AE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE17A; }
p { color: rgb(122,225,122); }
H1.HeaderClassName
{
color: #7AE17A;
}
.AnyTagClassName
{
color: #7AE17A;
}
</style>
background-color css
<style>
a { background-color: #7AE17A; }
a { background-color: rgb(122,225,122); }
div.DivClassName
{
background-color: #7AE17A;
}
.BgClassName
{
background-color: #7AE17A;
}
</style>
border-color css
<style>
span { border-color: #7AE17A; }
span { border-color: rgb(122,225,122); }
td.TdClassName
{
border-color: #7AE17A;
}
.TagClassName
{
border-color: #7AE17A;
}
</style>