Shades of Light Green #7AF890
Tints of Light Green #7AF890
RGB
CMYK
RGB Variations
Color information
#7AF890 (or 0x7AF890) is known color: Light Green. HEX triplet: 7A, F8 and 90. RGB value is (122,248,144). Sum of RGB (Red+Green+Blue) = 122+248+144=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF890 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF890 is #85076F. Grayscale: #C6C6C6. Windows color (decimal): -8718192 or 9500794. OLE color: 9500794.
HSL color Cylindrical-coordinate representation of color #7AF890: hue angle of 130.48º 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 #7AF890 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 144 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.03 |
| HSL | 130.48º | 0.9% | 0.73% | - |
| HSV(B) | 130.48º | 0.51% | 0.97% | - |
| XYZ | 46.63 | 73.29 | 38.07 | - |
| YUV | 198.47 | 97.26 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 144 | 0.51 | 0 | 0.42 | 0.03 | 130.48 | 0.9 | 0.73 |
| Hex | 7A | F8 | 90 | 33 | 0 | 2A | 3 | 82 | 5A | 49 |
| Octal | 172 | 370 | 220 | 63 | 0 | 52 | 3 | 202 | 132 | 111 |
| Binary | 1111010 | 11111000 | 10010000 | 110011 | 0 | 101010 | 11 | 10000010 | 1011010 | 1001001 |
Color Harmonies of #7AF890
Complementary color
Monochromatic Colors of #7AF890
Black with #7AF890
Text Example
Text Example
White with #7AF890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF890; }
p { color: rgb(122,248,144); }
H1.HeaderClassName
{
color: #7AF890;
}
.AnyTagClassName
{
color: #7AF890;
}
</style>
background-color css
<style>
a { background-color: #7AF890; }
a { background-color: rgb(122,248,144); }
div.DivClassName
{
background-color: #7AF890;
}
.BgClassName
{
background-color: #7AF890;
}
</style>
border-color css
<style>
span { border-color: #7AF890; }
span { border-color: rgb(122,248,144); }
td.TdClassName
{
border-color: #7AF890;
}
.TagClassName
{
border-color: #7AF890;
}
</style>