Shades of Light Green #7AEA9D
Tints of Light Green #7AEA9D
RGB
CMYK
RGB Variations
Color information
#7AEA9D (or 0x7AEA9D) is known color: Light Green. HEX triplet: 7A, EA and 9D. RGB value is (122,234,157). Sum of RGB (Red+Green+Blue) = 122+234+157=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEA9D is #851562. Grayscale: #BFBFBF. Windows color (decimal): -8721763 or 10349178. OLE color: 10349178.
HSL color Cylindrical-coordinate representation of color #7AEA9D: hue angle of 138.75º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEA9D is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 234 | 157 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.08 |
| HSL | 138.75º | 0.73% | 0.7% | - |
| HSV(B) | 138.75º | 0.48% | 0.92% | - |
| XYZ | 43.53 | 65.42 | 42.23 | - |
| YUV | 191.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 234 | 157 | 0.48 | 0 | 0.33 | 0.08 | 138.75 | 0.73 | 0.7 |
| Hex | 7A | EA | 9D | 30 | 0 | 21 | 8 | 8B | 49 | 46 |
| Octal | 172 | 352 | 235 | 60 | 0 | 41 | 10 | 213 | 111 | 106 |
| Binary | 1111010 | 11101010 | 10011101 | 110000 | 0 | 100001 | 1000 | 10001011 | 1001001 | 1000110 |
Color Harmonies of #7AEA9D
Complementary color
Monochromatic Colors of #7AEA9D
Black with #7AEA9D
Text Example
Text Example
White with #7AEA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEA9D; }
p { color: rgb(122,234,157); }
H1.HeaderClassName
{
color: #7AEA9D;
}
.AnyTagClassName
{
color: #7AEA9D;
}
</style>
background-color css
<style>
a { background-color: #7AEA9D; }
a { background-color: rgb(122,234,157); }
div.DivClassName
{
background-color: #7AEA9D;
}
.BgClassName
{
background-color: #7AEA9D;
}
</style>
border-color css
<style>
span { border-color: #7AEA9D; }
span { border-color: rgb(122,234,157); }
td.TdClassName
{
border-color: #7AEA9D;
}
.TagClassName
{
border-color: #7AEA9D;
}
</style>