Shades of Light Green #7AFA90
Tints of Light Green #7AFA90
RGB
CMYK
RGB Variations
Color information
#7AFA90 (or 0x7AFA90) is known color: Light Green. HEX triplet: 7A, FA and 90. RGB value is (122,250,144). Sum of RGB (Red+Green+Blue) = 122+250+144=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFA90 is #85056F. Grayscale: #C7C7C7. Windows color (decimal): -8717680 or 9501306. OLE color: 9501306.
HSL color Cylindrical-coordinate representation of color #7AFA90: hue angle of 130.31º degrees, saturation: 0.93, 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 #7AFA90 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 144 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.02 |
| HSL | 130.31º | 0.93% | 0.73% | - |
| HSV(B) | 130.31º | 0.51% | 0.98% | - |
| XYZ | 47.25 | 74.52 | 38.28 | - |
| YUV | 199.64 | 96.59 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 144 | 0.51 | 0 | 0.42 | 0.02 | 130.31 | 0.93 | 0.73 |
| Hex | 7A | FA | 90 | 33 | 0 | 2A | 2 | 82 | 5D | 49 |
| Octal | 172 | 372 | 220 | 63 | 0 | 52 | 2 | 202 | 135 | 111 |
| Binary | 1111010 | 11111010 | 10010000 | 110011 | 0 | 101010 | 10 | 10000010 | 1011101 | 1001001 |
Color Harmonies of #7AFA90
Complementary color
Monochromatic Colors of #7AFA90
Black with #7AFA90
Text Example
Text Example
White with #7AFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFA90; }
p { color: rgb(122,250,144); }
H1.HeaderClassName
{
color: #7AFA90;
}
.AnyTagClassName
{
color: #7AFA90;
}
</style>
background-color css
<style>
a { background-color: #7AFA90; }
a { background-color: rgb(122,250,144); }
div.DivClassName
{
background-color: #7AFA90;
}
.BgClassName
{
background-color: #7AFA90;
}
</style>
border-color css
<style>
span { border-color: #7AFA90; }
span { border-color: rgb(122,250,144); }
td.TdClassName
{
border-color: #7AFA90;
}
.TagClassName
{
border-color: #7AFA90;
}
</style>