Shades of Light Green #7AFF96
Tints of Light Green #7AFF96
RGB
CMYK
RGB Variations
Color information
#7AFF96 (or 0x7AFF96) is known color: Light Green. HEX triplet: 7A, FF and 96. RGB value is (122,255,150). Sum of RGB (Red+Green+Blue) = 122+255+150=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFF96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFF96 is #850069. Grayscale: #CBCBCB. Windows color (decimal): -8716394 or 9895802. OLE color: 9895802.
HSL color Cylindrical-coordinate representation of color #7AFF96: hue angle of 132.63º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFF96 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 150 | - |
| CMYK | 0.52 | 0 | 0.41 | 0 |
| HSL | 132.63º | 1% | 0.74% | - |
| HSV(B) | 132.63º | 0.52% | 1% | - |
| XYZ | 49.29 | 77.86 | 41.28 | - |
| YUV | 203.26 | 97.94 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 150 | 0.52 | 0 | 0.41 | 0 | 132.63 | 1 | 0.74 |
| Hex | 7A | FF | 96 | 34 | 0 | 29 | 0 | 85 | 64 | 4A |
| Octal | 172 | 377 | 226 | 64 | 0 | 51 | 0 | 205 | 144 | 112 |
| Binary | 1111010 | 11111111 | 10010110 | 110100 | 0 | 101001 | 0 | 10000101 | 1100100 | 1001010 |
Color Harmonies of #7AFF96
Complementary color
Monochromatic Colors of #7AFF96
Black with #7AFF96
Text Example
Text Example
White with #7AFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFF96; }
p { color: rgb(122,255,150); }
H1.HeaderClassName
{
color: #7AFF96;
}
.AnyTagClassName
{
color: #7AFF96;
}
</style>
background-color css
<style>
a { background-color: #7AFF96; }
a { background-color: rgb(122,255,150); }
div.DivClassName
{
background-color: #7AFF96;
}
.BgClassName
{
background-color: #7AFF96;
}
</style>
border-color css
<style>
span { border-color: #7AFF96; }
span { border-color: rgb(122,255,150); }
td.TdClassName
{
border-color: #7AFF96;
}
.TagClassName
{
border-color: #7AFF96;
}
</style>