Shades of Light Green #7AFC8C
Tints of Light Green #7AFC8C
RGB
CMYK
RGB Variations
Color information
#7AFC8C (or 0x7AFC8C) is known color: Light Green. HEX triplet: 7A, FC and 8C. RGB value is (122,252,140). Sum of RGB (Red+Green+Blue) = 122+252+140=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFC8C is #850373. Grayscale: #C8C8C8. Windows color (decimal): -8717172 or 9239674. OLE color: 9239674.
HSL color Cylindrical-coordinate representation of color #7AFC8C: hue angle of 128.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFC8C is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 140 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.01 |
| HSL | 128.31º | 0.96% | 0.73% | - |
| HSV(B) | 128.31º | 0.52% | 0.99% | - |
| XYZ | 47.57 | 75.65 | 36.91 | - |
| YUV | 200.36 | 93.93 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 140 | 0.52 | 0 | 0.44 | 0.01 | 128.31 | 0.96 | 0.73 |
| Hex | 7A | FC | 8C | 34 | 0 | 2C | 1 | 80 | 60 | 49 |
| Octal | 172 | 374 | 214 | 64 | 0 | 54 | 1 | 200 | 140 | 111 |
| Binary | 1111010 | 11111100 | 10001100 | 110100 | 0 | 101100 | 1 | 10000000 | 1100000 | 1001001 |
Color Harmonies of #7AFC8C
Complementary color
Monochromatic Colors of #7AFC8C
Black with #7AFC8C
Text Example
Text Example
White with #7AFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFC8C; }
p { color: rgb(122,252,140); }
H1.HeaderClassName
{
color: #7AFC8C;
}
.AnyTagClassName
{
color: #7AFC8C;
}
</style>
background-color css
<style>
a { background-color: #7AFC8C; }
a { background-color: rgb(122,252,140); }
div.DivClassName
{
background-color: #7AFC8C;
}
.BgClassName
{
background-color: #7AFC8C;
}
</style>
border-color css
<style>
span { border-color: #7AFC8C; }
span { border-color: rgb(122,252,140); }
td.TdClassName
{
border-color: #7AFC8C;
}
.TagClassName
{
border-color: #7AFC8C;
}
</style>