Shades of Light Green #7AFB90
Tints of Light Green #7AFB90
RGB
CMYK
RGB Variations
Color information
#7AFB90 (or 0x7AFB90) is known color: Light Green. HEX triplet: 7A, FB and 90. RGB value is (122,251,144). Sum of RGB (Red+Green+Blue) = 122+251+144=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #7AFB90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFB90 is #85046F. Grayscale: #C8C8C8. Windows color (decimal): -8717424 or 9501562. OLE color: 9501562.
HSL color Cylindrical-coordinate representation of color #7AFB90: hue angle of 130.23º degrees, saturation: 0.94, 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 #7AFB90 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 251 | 144 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.02 |
| HSL | 130.23º | 0.94% | 0.73% | - |
| HSV(B) | 130.23º | 0.51% | 0.98% | - |
| XYZ | 47.56 | 75.15 | 38.38 | - |
| YUV | 200.23 | 96.26 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 251 | 144 | 0.51 | 0 | 0.43 | 0.02 | 130.23 | 0.94 | 0.73 |
| Hex | 7A | FB | 90 | 33 | 0 | 2B | 2 | 82 | 5E | 49 |
| Octal | 172 | 373 | 220 | 63 | 0 | 53 | 2 | 202 | 136 | 111 |
| Binary | 1111010 | 11111011 | 10010000 | 110011 | 0 | 101011 | 10 | 10000010 | 1011110 | 1001001 |
Color Harmonies of #7AFB90
Complementary color
Monochromatic Colors of #7AFB90
Black with #7AFB90
Text Example
Text Example
White with #7AFB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFB90; }
p { color: rgb(122,251,144); }
H1.HeaderClassName
{
color: #7AFB90;
}
.AnyTagClassName
{
color: #7AFB90;
}
</style>
background-color css
<style>
a { background-color: #7AFB90; }
a { background-color: rgb(122,251,144); }
div.DivClassName
{
background-color: #7AFB90;
}
.BgClassName
{
background-color: #7AFB90;
}
</style>
border-color css
<style>
span { border-color: #7AFB90; }
span { border-color: rgb(122,251,144); }
td.TdClassName
{
border-color: #7AFB90;
}
.TagClassName
{
border-color: #7AFB90;
}
</style>