Shades of Light Green #7AFA8C
Tints of Light Green #7AFA8C
RGB
CMYK
RGB Variations
Color information
#7AFA8C (or 0x7AFA8C) is known color: Light Green. HEX triplet: 7A, FA and 8C. RGB value is (122,250,140). Sum of RGB (Red+Green+Blue) = 122+250+140=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFA8C is #850573. Grayscale: #C7C7C7. Windows color (decimal): -8717684 or 9239162. OLE color: 9239162.
HSL color Cylindrical-coordinate representation of color #7AFA8C: hue angle of 128.44º 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 #7AFA8C is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 140 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.02 |
| HSL | 128.44º | 0.93% | 0.73% | - |
| HSV(B) | 128.44º | 0.51% | 0.98% | - |
| XYZ | 46.95 | 74.4 | 36.7 | - |
| YUV | 199.19 | 94.59 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 140 | 0.51 | 0 | 0.44 | 0.02 | 128.44 | 0.93 | 0.73 |
| Hex | 7A | FA | 8C | 33 | 0 | 2C | 2 | 80 | 5D | 49 |
| Octal | 172 | 372 | 214 | 63 | 0 | 54 | 2 | 200 | 135 | 111 |
| Binary | 1111010 | 11111010 | 10001100 | 110011 | 0 | 101100 | 10 | 10000000 | 1011101 | 1001001 |
Color Harmonies of #7AFA8C
Complementary color
Monochromatic Colors of #7AFA8C
Black with #7AFA8C
Text Example
Text Example
White with #7AFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFA8C; }
p { color: rgb(122,250,140); }
H1.HeaderClassName
{
color: #7AFA8C;
}
.AnyTagClassName
{
color: #7AFA8C;
}
</style>
background-color css
<style>
a { background-color: #7AFA8C; }
a { background-color: rgb(122,250,140); }
div.DivClassName
{
background-color: #7AFA8C;
}
.BgClassName
{
background-color: #7AFA8C;
}
</style>
border-color css
<style>
span { border-color: #7AFA8C; }
span { border-color: rgb(122,250,140); }
td.TdClassName
{
border-color: #7AFA8C;
}
.TagClassName
{
border-color: #7AFA8C;
}
</style>