Shades of Light Green #7AF096
Tints of Light Green #7AF096
RGB
CMYK
RGB Variations
Color information
#7AF096 (or 0x7AF096) is known color: Light Green. HEX triplet: 7A, F0 and 96. RGB value is (122,240,150). Sum of RGB (Red+Green+Blue) = 122+240+150=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF096 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF096 is #850F69. Grayscale: #C2C2C2. Windows color (decimal): -8720234 or 9891962. OLE color: 9891962.
HSL color Cylindrical-coordinate representation of color #7AF096: hue angle of 134.24º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF096 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 150 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.06 |
| HSL | 134.24º | 0.8% | 0.71% | - |
| HSV(B) | 134.24º | 0.49% | 0.94% | - |
| XYZ | 44.69 | 68.66 | 39.75 | - |
| YUV | 194.46 | 102.91 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 150 | 0.49 | 0 | 0.37 | 0.06 | 134.24 | 0.8 | 0.71 |
| Hex | 7A | F0 | 96 | 31 | 0 | 25 | 6 | 86 | 50 | 47 |
| Octal | 172 | 360 | 226 | 61 | 0 | 45 | 6 | 206 | 120 | 107 |
| Binary | 1111010 | 11110000 | 10010110 | 110001 | 0 | 100101 | 110 | 10000110 | 1010000 | 1000111 |
Color Harmonies of #7AF096
Complementary color
Monochromatic Colors of #7AF096
Black with #7AF096
Text Example
Text Example
White with #7AF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF096; }
p { color: rgb(122,240,150); }
H1.HeaderClassName
{
color: #7AF096;
}
.AnyTagClassName
{
color: #7AF096;
}
</style>
background-color css
<style>
a { background-color: #7AF096; }
a { background-color: rgb(122,240,150); }
div.DivClassName
{
background-color: #7AF096;
}
.BgClassName
{
background-color: #7AF096;
}
</style>
border-color css
<style>
span { border-color: #7AF096; }
span { border-color: rgb(122,240,150); }
td.TdClassName
{
border-color: #7AF096;
}
.TagClassName
{
border-color: #7AF096;
}
</style>