Shades of Light Green #7AED8D
Tints of Light Green #7AED8D
RGB
CMYK
RGB Variations
Color information
#7AED8D (or 0x7AED8D) is known color: Light Green. HEX triplet: 7A, ED and 8D. RGB value is (122,237,141). Sum of RGB (Red+Green+Blue) = 122+237+141=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AED8D is #851272. Grayscale: #BFBFBF. Windows color (decimal): -8721011 or 9301370. OLE color: 9301370.
HSL color Cylindrical-coordinate representation of color #7AED8D: hue angle of 129.91º 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 #7AED8D is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 141 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.07 |
| HSL | 129.91º | 0.76% | 0.7% | - |
| HSV(B) | 129.91º | 0.49% | 0.93% | - |
| XYZ | 43.12 | 66.63 | 35.79 | - |
| YUV | 191.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 141 | 0.49 | 0 | 0.41 | 0.07 | 129.91 | 0.76 | 0.7 |
| Hex | 7A | ED | 8D | 31 | 0 | 29 | 7 | 82 | 4C | 46 |
| Octal | 172 | 355 | 215 | 61 | 0 | 51 | 7 | 202 | 114 | 106 |
| Binary | 1111010 | 11101101 | 10001101 | 110001 | 0 | 101001 | 111 | 10000010 | 1001100 | 1000110 |
Color Harmonies of #7AED8D
Complementary color
Monochromatic Colors of #7AED8D
Black with #7AED8D
Text Example
Text Example
White with #7AED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AED8D; }
p { color: rgb(122,237,141); }
H1.HeaderClassName
{
color: #7AED8D;
}
.AnyTagClassName
{
color: #7AED8D;
}
</style>
background-color css
<style>
a { background-color: #7AED8D; }
a { background-color: rgb(122,237,141); }
div.DivClassName
{
background-color: #7AED8D;
}
.BgClassName
{
background-color: #7AED8D;
}
</style>
border-color css
<style>
span { border-color: #7AED8D; }
span { border-color: rgb(122,237,141); }
td.TdClassName
{
border-color: #7AED8D;
}
.TagClassName
{
border-color: #7AED8D;
}
</style>