Shades of Light Green #7AE49A
Tints of Light Green #7AE49A
RGB
CMYK
RGB Variations
Color information
#7AE49A (or 0x7AE49A) is known color: Light Green. HEX triplet: 7A, E4 and 9A. RGB value is (122,228,154). Sum of RGB (Red+Green+Blue) = 122+228+154=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #7AE49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE49A is #851B65. Grayscale: #BCBCBC. Windows color (decimal): -8723302 or 10151034. OLE color: 10151034.
HSL color Cylindrical-coordinate representation of color #7AE49A: hue angle of 138.11º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE49A is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 228 | 154 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.11 |
| HSL | 138.11º | 0.66% | 0.69% | - |
| HSV(B) | 138.11º | 0.46% | 0.89% | - |
| XYZ | 41.6 | 61.96 | 40.34 | - |
| YUV | 187.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 228 | 154 | 0.46 | 0 | 0.32 | 0.11 | 138.11 | 0.66 | 0.69 |
| Hex | 7A | E4 | 9A | 2E | 0 | 20 | B | 8A | 42 | 45 |
| Octal | 172 | 344 | 232 | 56 | 0 | 40 | 13 | 212 | 102 | 105 |
| Binary | 1111010 | 11100100 | 10011010 | 101110 | 0 | 100000 | 1011 | 10001010 | 1000010 | 1000101 |
Color Harmonies of #7AE49A
Complementary color
Monochromatic Colors of #7AE49A
Black with #7AE49A
Text Example
Text Example
White with #7AE49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE49A; }
p { color: rgb(122,228,154); }
H1.HeaderClassName
{
color: #7AE49A;
}
.AnyTagClassName
{
color: #7AE49A;
}
</style>
background-color css
<style>
a { background-color: #7AE49A; }
a { background-color: rgb(122,228,154); }
div.DivClassName
{
background-color: #7AE49A;
}
.BgClassName
{
background-color: #7AE49A;
}
</style>
border-color css
<style>
span { border-color: #7AE49A; }
span { border-color: rgb(122,228,154); }
td.TdClassName
{
border-color: #7AE49A;
}
.TagClassName
{
border-color: #7AE49A;
}
</style>