Shades of Light Green #7AF896
Tints of Light Green #7AF896
RGB
CMYK
RGB Variations
Color information
#7AF896 (or 0x7AF896) is known color: Light Green. HEX triplet: 7A, F8 and 96. RGB value is (122,248,150). Sum of RGB (Red+Green+Blue) = 122+248+150=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF896 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF896 is #850769. Grayscale: #C7C7C7. Windows color (decimal): -8718186 or 9894010. OLE color: 9894010.
HSL color Cylindrical-coordinate representation of color #7AF896: hue angle of 133.33º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF896 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 150 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.03 |
| HSL | 133.33º | 0.9% | 0.73% | - |
| HSV(B) | 133.33º | 0.51% | 0.97% | - |
| XYZ | 47.1 | 73.47 | 40.55 | - |
| YUV | 199.15 | 100.26 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 150 | 0.51 | 0 | 0.40 | 0.03 | 133.33 | 0.9 | 0.73 |
| Hex | 7A | F8 | 96 | 33 | 0 | 28 | 3 | 85 | 5A | 49 |
| Octal | 172 | 370 | 226 | 63 | 0 | 50 | 3 | 205 | 132 | 111 |
| Binary | 1111010 | 11111000 | 10010110 | 110011 | 0 | 101000 | 11 | 10000101 | 1011010 | 1001001 |
Color Harmonies of #7AF896
Complementary color
Monochromatic Colors of #7AF896
Black with #7AF896
Text Example
Text Example
White with #7AF896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF896; }
p { color: rgb(122,248,150); }
H1.HeaderClassName
{
color: #7AF896;
}
.AnyTagClassName
{
color: #7AF896;
}
</style>
background-color css
<style>
a { background-color: #7AF896; }
a { background-color: rgb(122,248,150); }
div.DivClassName
{
background-color: #7AF896;
}
.BgClassName
{
background-color: #7AF896;
}
</style>
border-color css
<style>
span { border-color: #7AF896; }
span { border-color: rgb(122,248,150); }
td.TdClassName
{
border-color: #7AF896;
}
.TagClassName
{
border-color: #7AF896;
}
</style>