Shades of Light Green #7AFA94
Tints of Light Green #7AFA94
RGB
CMYK
RGB Variations
Color information
#7AFA94 (or 0x7AFA94) is known color: Light Green. HEX triplet: 7A, FA and 94. RGB value is (122,250,148). Sum of RGB (Red+Green+Blue) = 122+250+148=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFA94 is #85056B. Grayscale: #C8C8C8. Windows color (decimal): -8717676 or 9763450. OLE color: 9763450.
HSL color Cylindrical-coordinate representation of color #7AFA94: hue angle of 132.19º 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 #7AFA94 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 148 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.02 |
| HSL | 132.19º | 0.93% | 0.73% | - |
| HSV(B) | 132.19º | 0.51% | 0.98% | - |
| XYZ | 47.56 | 74.65 | 39.92 | - |
| YUV | 200.1 | 98.59 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 148 | 0.51 | 0 | 0.41 | 0.02 | 132.19 | 0.93 | 0.73 |
| Hex | 7A | FA | 94 | 33 | 0 | 29 | 2 | 84 | 5D | 49 |
| Octal | 172 | 372 | 224 | 63 | 0 | 51 | 2 | 204 | 135 | 111 |
| Binary | 1111010 | 11111010 | 10010100 | 110011 | 0 | 101001 | 10 | 10000100 | 1011101 | 1001001 |
Color Harmonies of #7AFA94
Complementary color
Monochromatic Colors of #7AFA94
Black with #7AFA94
Text Example
Text Example
White with #7AFA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFA94; }
p { color: rgb(122,250,148); }
H1.HeaderClassName
{
color: #7AFA94;
}
.AnyTagClassName
{
color: #7AFA94;
}
</style>
background-color css
<style>
a { background-color: #7AFA94; }
a { background-color: rgb(122,250,148); }
div.DivClassName
{
background-color: #7AFA94;
}
.BgClassName
{
background-color: #7AFA94;
}
</style>
border-color css
<style>
span { border-color: #7AFA94; }
span { border-color: rgb(122,250,148); }
td.TdClassName
{
border-color: #7AFA94;
}
.TagClassName
{
border-color: #7AFA94;
}
</style>