Shades of Light Green #7AFC86
Tints of Light Green #7AFC86
RGB
CMYK
RGB Variations
Color information
#7AFC86 (or 0x7AFC86) is known color: Light Green. HEX triplet: 7A, FC and 86. RGB value is (122,252,134). Sum of RGB (Red+Green+Blue) = 122+252+134=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFC86 is #850379. Grayscale: #C8C8C8. Windows color (decimal): -8717178 or 8846458. OLE color: 8846458.
HSL color Cylindrical-coordinate representation of color #7AFC86: hue angle of 125.54º 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 #7AFC86 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 134 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.01 |
| HSL | 125.54º | 0.96% | 0.73% | - |
| HSV(B) | 125.54º | 0.52% | 0.99% | - |
| XYZ | 47.14 | 75.48 | 34.64 | - |
| YUV | 199.68 | 90.93 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 134 | 0.52 | 0 | 0.47 | 0.01 | 125.54 | 0.96 | 0.73 |
| Hex | 7A | FC | 86 | 34 | 0 | 2F | 1 | 7E | 60 | 49 |
| Octal | 172 | 374 | 206 | 64 | 0 | 57 | 1 | 176 | 140 | 111 |
| Binary | 1111010 | 11111100 | 10000110 | 110100 | 0 | 101111 | 1 | 1111110 | 1100000 | 1001001 |
Color Harmonies of #7AFC86
Complementary color
Monochromatic Colors of #7AFC86
Black with #7AFC86
Text Example
Text Example
White with #7AFC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFC86; }
p { color: rgb(122,252,134); }
H1.HeaderClassName
{
color: #7AFC86;
}
.AnyTagClassName
{
color: #7AFC86;
}
</style>
background-color css
<style>
a { background-color: #7AFC86; }
a { background-color: rgb(122,252,134); }
div.DivClassName
{
background-color: #7AFC86;
}
.BgClassName
{
background-color: #7AFC86;
}
</style>
border-color css
<style>
span { border-color: #7AFC86; }
span { border-color: rgb(122,252,134); }
td.TdClassName
{
border-color: #7AFC86;
}
.TagClassName
{
border-color: #7AFC86;
}
</style>