Shades of Light Green #7AE68E
Tints of Light Green #7AE68E
RGB
CMYK
RGB Variations
Color information
#7AE68E (or 0x7AE68E) is known color: Light Green. HEX triplet: 7A, E6 and 8E. RGB value is (122,230,142). Sum of RGB (Red+Green+Blue) = 122+230+142=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE68E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AE68E is #851971. Grayscale: #BBBBBB. Windows color (decimal): -8722802 or 9365114. OLE color: 9365114.
HSL color Cylindrical-coordinate representation of color #7AE68E: hue angle of 131.11º 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 #7AE68E is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 230 | 142 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.10 |
| HSL | 131.11º | 0.68% | 0.69% | - |
| HSV(B) | 131.11º | 0.47% | 0.9% | - |
| XYZ | 41.21 | 62.68 | 35.52 | - |
| YUV | 187.68 | 102.22 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 230 | 142 | 0.47 | 0 | 0.38 | 0.10 | 131.11 | 0.68 | 0.69 |
| Hex | 7A | E6 | 8E | 2F | 0 | 26 | A | 83 | 44 | 45 |
| Octal | 172 | 346 | 216 | 57 | 0 | 46 | 12 | 203 | 104 | 105 |
| Binary | 1111010 | 11100110 | 10001110 | 101111 | 0 | 100110 | 1010 | 10000011 | 1000100 | 1000101 |
Color Harmonies of #7AE68E
Complementary color
Monochromatic Colors of #7AE68E
Black with #7AE68E
Text Example
Text Example
White with #7AE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE68E; }
p { color: rgb(122,230,142); }
H1.HeaderClassName
{
color: #7AE68E;
}
.AnyTagClassName
{
color: #7AE68E;
}
</style>
background-color css
<style>
a { background-color: #7AE68E; }
a { background-color: rgb(122,230,142); }
div.DivClassName
{
background-color: #7AE68E;
}
.BgClassName
{
background-color: #7AE68E;
}
</style>
border-color css
<style>
span { border-color: #7AE68E; }
span { border-color: rgb(122,230,142); }
td.TdClassName
{
border-color: #7AE68E;
}
.TagClassName
{
border-color: #7AE68E;
}
</style>