Shades of Light Green #7AE68D
Tints of Light Green #7AE68D
RGB
CMYK
RGB Variations
Color information
#7AE68D (or 0x7AE68D) is known color: Light Green. HEX triplet: 7A, E6 and 8D. RGB value is (122,230,141). Sum of RGB (Red+Green+Blue) = 122+230+141=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE68D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AE68D is #851972. Grayscale: #BBBBBB. Windows color (decimal): -8722803 or 9299578. OLE color: 9299578.
HSL color Cylindrical-coordinate representation of color #7AE68D: hue angle of 130.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE68D is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 230 | 141 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.10 |
| HSL | 130.56º | 0.68% | 0.69% | - |
| HSV(B) | 130.56º | 0.47% | 0.9% | - |
| XYZ | 41.13 | 62.65 | 35.12 | - |
| YUV | 187.56 | 101.72 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 230 | 141 | 0.47 | 0 | 0.39 | 0.10 | 130.56 | 0.68 | 0.69 |
| Hex | 7A | E6 | 8D | 2F | 0 | 27 | A | 83 | 44 | 45 |
| Octal | 172 | 346 | 215 | 57 | 0 | 47 | 12 | 203 | 104 | 105 |
| Binary | 1111010 | 11100110 | 10001101 | 101111 | 0 | 100111 | 1010 | 10000011 | 1000100 | 1000101 |
Color Harmonies of #7AE68D
Complementary color
Monochromatic Colors of #7AE68D
Black with #7AE68D
Text Example
Text Example
White with #7AE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE68D; }
p { color: rgb(122,230,141); }
H1.HeaderClassName
{
color: #7AE68D;
}
.AnyTagClassName
{
color: #7AE68D;
}
</style>
background-color css
<style>
a { background-color: #7AE68D; }
a { background-color: rgb(122,230,141); }
div.DivClassName
{
background-color: #7AE68D;
}
.BgClassName
{
background-color: #7AE68D;
}
</style>
border-color css
<style>
span { border-color: #7AE68D; }
span { border-color: rgb(122,230,141); }
td.TdClassName
{
border-color: #7AE68D;
}
.TagClassName
{
border-color: #7AE68D;
}
</style>