Shades of Light Green #7AF997
Tints of Light Green #7AF997
RGB
CMYK
RGB Variations
Color information
#7AF997 (or 0x7AF997) is known color: Light Green. HEX triplet: 7A, F9 and 97. RGB value is (122,249,151). Sum of RGB (Red+Green+Blue) = 122+249+151=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF997 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF997 is #850668. Grayscale: #C8C8C8. Windows color (decimal): -8717929 or 9959802. OLE color: 9959802.
HSL color Cylindrical-coordinate representation of color #7AF997: hue angle of 133.7º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF997 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 151 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.02 |
| HSL | 133.7º | 0.91% | 0.73% | - |
| HSV(B) | 133.7º | 0.51% | 0.98% | - |
| XYZ | 47.49 | 74.12 | 41.08 | - |
| YUV | 199.86 | 100.42 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 151 | 0.51 | 0 | 0.39 | 0.02 | 133.7 | 0.91 | 0.73 |
| Hex | 7A | F9 | 97 | 33 | 0 | 27 | 2 | 86 | 5B | 49 |
| Octal | 172 | 371 | 227 | 63 | 0 | 47 | 2 | 206 | 133 | 111 |
| Binary | 1111010 | 11111001 | 10010111 | 110011 | 0 | 100111 | 10 | 10000110 | 1011011 | 1001001 |
Color Harmonies of #7AF997
Complementary color
Monochromatic Colors of #7AF997
Black with #7AF997
Text Example
Text Example
White with #7AF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF997; }
p { color: rgb(122,249,151); }
H1.HeaderClassName
{
color: #7AF997;
}
.AnyTagClassName
{
color: #7AF997;
}
</style>
background-color css
<style>
a { background-color: #7AF997; }
a { background-color: rgb(122,249,151); }
div.DivClassName
{
background-color: #7AF997;
}
.BgClassName
{
background-color: #7AF997;
}
</style>
border-color css
<style>
span { border-color: #7AF997; }
span { border-color: rgb(122,249,151); }
td.TdClassName
{
border-color: #7AF997;
}
.TagClassName
{
border-color: #7AF997;
}
</style>