Shades of Light Green #7AEDA0
Tints of Light Green #7AEDA0
RGB
CMYK
RGB Variations
Color information
#7AEDA0 (or 0x7AEDA0) is known color: Light Green. HEX triplet: 7A, ED and A0. RGB value is (122,237,160). Sum of RGB (Red+Green+Blue) = 122+237+160=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEDA0 is #85125F. Grayscale: #C2C2C2. Windows color (decimal): -8720992 or 10546554. OLE color: 10546554.
HSL color Cylindrical-coordinate representation of color #7AEDA0: hue angle of 139.83º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEDA0 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 160 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.07 |
| HSL | 139.83º | 0.76% | 0.7% | - |
| HSV(B) | 139.83º | 0.49% | 0.93% | - |
| XYZ | 44.66 | 67.24 | 43.88 | - |
| YUV | 193.84 | 108.9 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 160 | 0.49 | 0 | 0.32 | 0.07 | 139.83 | 0.76 | 0.7 |
| Hex | 7A | ED | A0 | 31 | 0 | 20 | 7 | 8C | 4C | 46 |
| Octal | 172 | 355 | 240 | 61 | 0 | 40 | 7 | 214 | 114 | 106 |
| Binary | 1111010 | 11101101 | 10100000 | 110001 | 0 | 100000 | 111 | 10001100 | 1001100 | 1000110 |
Color Harmonies of #7AEDA0
Complementary color
Monochromatic Colors of #7AEDA0
Black with #7AEDA0
Text Example
Text Example
White with #7AEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEDA0; }
p { color: rgb(122,237,160); }
H1.HeaderClassName
{
color: #7AEDA0;
}
.AnyTagClassName
{
color: #7AEDA0;
}
</style>
background-color css
<style>
a { background-color: #7AEDA0; }
a { background-color: rgb(122,237,160); }
div.DivClassName
{
background-color: #7AEDA0;
}
.BgClassName
{
background-color: #7AEDA0;
}
</style>
border-color css
<style>
span { border-color: #7AEDA0; }
span { border-color: rgb(122,237,160); }
td.TdClassName
{
border-color: #7AEDA0;
}
.TagClassName
{
border-color: #7AEDA0;
}
</style>