Shades of Light Green #7AF29C
Tints of Light Green #7AF29C
RGB
CMYK
RGB Variations
Color information
#7AF29C (or 0x7AF29C) is known color: Light Green. HEX triplet: 7A, F2 and 9C. RGB value is (122,242,156). Sum of RGB (Red+Green+Blue) = 122+242+156=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF29C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF29C is #850D63. Grayscale: #C4C4C4. Windows color (decimal): -8719716 or 10285690. OLE color: 10285690.
HSL color Cylindrical-coordinate representation of color #7AF29C: hue angle of 137º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF29C is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 156 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.05 |
| HSL | 137º | 0.82% | 0.71% | - |
| HSV(B) | 137º | 0.5% | 0.95% | - |
| XYZ | 45.78 | 70.04 | 42.56 | - |
| YUV | 196.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 156 | 0.50 | 0 | 0.36 | 0.05 | 137 | 0.82 | 0.71 |
| Hex | 7A | F2 | 9C | 32 | 0 | 24 | 5 | 89 | 52 | 47 |
| Octal | 172 | 362 | 234 | 62 | 0 | 44 | 5 | 211 | 122 | 107 |
| Binary | 1111010 | 11110010 | 10011100 | 110010 | 0 | 100100 | 101 | 10001001 | 1010010 | 1000111 |
Color Harmonies of #7AF29C
Complementary color
Monochromatic Colors of #7AF29C
Black with #7AF29C
Text Example
Text Example
White with #7AF29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF29C; }
p { color: rgb(122,242,156); }
H1.HeaderClassName
{
color: #7AF29C;
}
.AnyTagClassName
{
color: #7AF29C;
}
</style>
background-color css
<style>
a { background-color: #7AF29C; }
a { background-color: rgb(122,242,156); }
div.DivClassName
{
background-color: #7AF29C;
}
.BgClassName
{
background-color: #7AF29C;
}
</style>
border-color css
<style>
span { border-color: #7AF29C; }
span { border-color: rgb(122,242,156); }
td.TdClassName
{
border-color: #7AF29C;
}
.TagClassName
{
border-color: #7AF29C;
}
</style>