Shades of Light Green #7AFC96
Tints of Light Green #7AFC96
RGB
CMYK
RGB Variations
Color information
#7AFC96 (or 0x7AFC96) is known color: Light Green. HEX triplet: 7A, FC and 96. RGB value is (122,252,150). Sum of RGB (Red+Green+Blue) = 122+252+150=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFC96 is #850369. Grayscale: #C9C9C9. Windows color (decimal): -8717162 or 9895034. OLE color: 9895034.
HSL color Cylindrical-coordinate representation of color #7AFC96: hue angle of 132.92º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFC96 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 150 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.01 |
| HSL | 132.92º | 0.96% | 0.73% | - |
| HSV(B) | 132.92º | 0.52% | 0.99% | - |
| XYZ | 48.34 | 75.96 | 40.97 | - |
| YUV | 201.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 150 | 0.52 | 0 | 0.40 | 0.01 | 132.92 | 0.96 | 0.73 |
| Hex | 7A | FC | 96 | 34 | 0 | 28 | 1 | 85 | 60 | 49 |
| Octal | 172 | 374 | 226 | 64 | 0 | 50 | 1 | 205 | 140 | 111 |
| Binary | 1111010 | 11111100 | 10010110 | 110100 | 0 | 101000 | 1 | 10000101 | 1100000 | 1001001 |
Color Harmonies of #7AFC96
Complementary color
Monochromatic Colors of #7AFC96
Black with #7AFC96
Text Example
Text Example
White with #7AFC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFC96; }
p { color: rgb(122,252,150); }
H1.HeaderClassName
{
color: #7AFC96;
}
.AnyTagClassName
{
color: #7AFC96;
}
</style>
background-color css
<style>
a { background-color: #7AFC96; }
a { background-color: rgb(122,252,150); }
div.DivClassName
{
background-color: #7AFC96;
}
.BgClassName
{
background-color: #7AFC96;
}
</style>
border-color css
<style>
span { border-color: #7AFC96; }
span { border-color: rgb(122,252,150); }
td.TdClassName
{
border-color: #7AFC96;
}
.TagClassName
{
border-color: #7AFC96;
}
</style>