Shades of Light Green #7AEE94
Tints of Light Green #7AEE94
RGB
CMYK
RGB Variations
Color information
#7AEE94 (or 0x7AEE94) is known color: Light Green. HEX triplet: 7A, EE and 94. RGB value is (122,238,148). Sum of RGB (Red+Green+Blue) = 122+238+148=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEE94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEE94 is #85116B. Grayscale: #C1C1C1. Windows color (decimal): -8720748 or 9760378. OLE color: 9760378.
HSL color Cylindrical-coordinate representation of color #7AEE94: hue angle of 133.45º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEE94 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 238 | 148 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.07 |
| HSL | 133.45º | 0.77% | 0.71% | - |
| HSV(B) | 133.45º | 0.49% | 0.93% | - |
| XYZ | 43.95 | 67.42 | 38.72 | - |
| YUV | 193.06 | 102.57 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 238 | 148 | 0.49 | 0 | 0.38 | 0.07 | 133.45 | 0.77 | 0.71 |
| Hex | 7A | EE | 94 | 31 | 0 | 26 | 7 | 85 | 4D | 47 |
| Octal | 172 | 356 | 224 | 61 | 0 | 46 | 7 | 205 | 115 | 107 |
| Binary | 1111010 | 11101110 | 10010100 | 110001 | 0 | 100110 | 111 | 10000101 | 1001101 | 1000111 |
Color Harmonies of #7AEE94
Complementary color
Monochromatic Colors of #7AEE94
Black with #7AEE94
Text Example
Text Example
White with #7AEE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEE94; }
p { color: rgb(122,238,148); }
H1.HeaderClassName
{
color: #7AEE94;
}
.AnyTagClassName
{
color: #7AEE94;
}
</style>
background-color css
<style>
a { background-color: #7AEE94; }
a { background-color: rgb(122,238,148); }
div.DivClassName
{
background-color: #7AEE94;
}
.BgClassName
{
background-color: #7AEE94;
}
</style>
border-color css
<style>
span { border-color: #7AEE94; }
span { border-color: rgb(122,238,148); }
td.TdClassName
{
border-color: #7AEE94;
}
.TagClassName
{
border-color: #7AEE94;
}
</style>