Shades of Pastel Green #7AEB6E
Tints of Pastel Green #7AEB6E
RGB
CMYK
RGB Variations
Color information
#7AEB6E (or 0x7AEB6E) is known color: Pastel Green. HEX triplet: 7A, EB and 6E. RGB value is (122,235,110). Sum of RGB (Red+Green+Blue) = 122+235+110=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEB6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AEB6E is #851491. Grayscale: #BBBBBB. Windows color (decimal): -8721554 or 7269242. OLE color: 7269242.
HSL color Cylindrical-coordinate representation of color #7AEB6E: hue angle of 114.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AEB6E is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 235 | 110 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.08 |
| HSL | 114.24º | 0.76% | 0.68% | - |
| HSV(B) | 114.24º | 0.53% | 0.92% | - |
| XYZ | 40.55 | 64.68 | 25.1 | - |
| YUV | 186.96 | 84.56 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 235 | 110 | 0.48 | 0 | 0.53 | 0.08 | 114.24 | 0.76 | 0.68 |
| Hex | 7A | EB | 6E | 30 | 0 | 35 | 8 | 72 | 4C | 44 |
| Octal | 172 | 353 | 156 | 60 | 0 | 65 | 10 | 162 | 114 | 104 |
| Binary | 1111010 | 11101011 | 1101110 | 110000 | 0 | 110101 | 1000 | 1110010 | 1001100 | 1000100 |
Color Harmonies of #7AEB6E
Complementary color
Monochromatic Colors of #7AEB6E
Black with #7AEB6E
Text Example
Text Example
White with #7AEB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEB6E; }
p { color: rgb(122,235,110); }
H1.HeaderClassName
{
color: #7AEB6E;
}
.AnyTagClassName
{
color: #7AEB6E;
}
</style>
background-color css
<style>
a { background-color: #7AEB6E; }
a { background-color: rgb(122,235,110); }
div.DivClassName
{
background-color: #7AEB6E;
}
.BgClassName
{
background-color: #7AEB6E;
}
</style>
border-color css
<style>
span { border-color: #7AEB6E; }
span { border-color: rgb(122,235,110); }
td.TdClassName
{
border-color: #7AEB6E;
}
.TagClassName
{
border-color: #7AEB6E;
}
</style>