Shades of Light Green #7AF297
Tints of Light Green #7AF297
RGB
CMYK
RGB Variations
Color information
#7AF297 (or 0x7AF297) is known color: Light Green. HEX triplet: 7A, F2 and 97. RGB value is (122,242,151). Sum of RGB (Red+Green+Blue) = 122+242+151=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF297 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF297 is #850D68. Grayscale: #C3C3C3. Windows color (decimal): -8719721 or 9958010. OLE color: 9958010.
HSL color Cylindrical-coordinate representation of color #7AF297: hue angle of 134.5º 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 #7AF297 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 151 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.05 |
| HSL | 134.5º | 0.82% | 0.71% | - |
| HSV(B) | 134.5º | 0.5% | 0.95% | - |
| XYZ | 45.36 | 69.88 | 40.37 | - |
| YUV | 195.75 | 102.74 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 151 | 0.50 | 0 | 0.38 | 0.05 | 134.5 | 0.82 | 0.71 |
| Hex | 7A | F2 | 97 | 32 | 0 | 26 | 5 | 86 | 52 | 47 |
| Octal | 172 | 362 | 227 | 62 | 0 | 46 | 5 | 206 | 122 | 107 |
| Binary | 1111010 | 11110010 | 10010111 | 110010 | 0 | 100110 | 101 | 10000110 | 1010010 | 1000111 |
Color Harmonies of #7AF297
Complementary color
Monochromatic Colors of #7AF297
Black with #7AF297
Text Example
Text Example
White with #7AF297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF297; }
p { color: rgb(122,242,151); }
H1.HeaderClassName
{
color: #7AF297;
}
.AnyTagClassName
{
color: #7AF297;
}
</style>
background-color css
<style>
a { background-color: #7AF297; }
a { background-color: rgb(122,242,151); }
div.DivClassName
{
background-color: #7AF297;
}
.BgClassName
{
background-color: #7AF297;
}
</style>
border-color css
<style>
span { border-color: #7AF297; }
span { border-color: rgb(122,242,151); }
td.TdClassName
{
border-color: #7AF297;
}
.TagClassName
{
border-color: #7AF297;
}
</style>