Shades of Light Green #7AFA8F
Tints of Light Green #7AFA8F
RGB
CMYK
RGB Variations
Color information
#7AFA8F (or 0x7AFA8F) is known color: Light Green. HEX triplet: 7A, FA and 8F. RGB value is (122,250,143). Sum of RGB (Red+Green+Blue) = 122+250+143=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFA8F is #850570. Grayscale: #C7C7C7. Windows color (decimal): -8717681 or 9435770. OLE color: 9435770.
HSL color Cylindrical-coordinate representation of color #7AFA8F: hue angle of 129.84º 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 #7AFA8F is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 143 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.02 |
| HSL | 129.84º | 0.93% | 0.73% | - |
| HSV(B) | 129.84º | 0.51% | 0.98% | - |
| XYZ | 47.17 | 74.49 | 37.88 | - |
| YUV | 199.53 | 96.09 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 143 | 0.51 | 0 | 0.43 | 0.02 | 129.84 | 0.93 | 0.73 |
| Hex | 7A | FA | 8F | 33 | 0 | 2B | 2 | 82 | 5D | 49 |
| Octal | 172 | 372 | 217 | 63 | 0 | 53 | 2 | 202 | 135 | 111 |
| Binary | 1111010 | 11111010 | 10001111 | 110011 | 0 | 101011 | 10 | 10000010 | 1011101 | 1001001 |
Color Harmonies of #7AFA8F
Complementary color
Monochromatic Colors of #7AFA8F
Black with #7AFA8F
Text Example
Text Example
White with #7AFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFA8F; }
p { color: rgb(122,250,143); }
H1.HeaderClassName
{
color: #7AFA8F;
}
.AnyTagClassName
{
color: #7AFA8F;
}
</style>
background-color css
<style>
a { background-color: #7AFA8F; }
a { background-color: rgb(122,250,143); }
div.DivClassName
{
background-color: #7AFA8F;
}
.BgClassName
{
background-color: #7AFA8F;
}
</style>
border-color css
<style>
span { border-color: #7AFA8F; }
span { border-color: rgb(122,250,143); }
td.TdClassName
{
border-color: #7AFA8F;
}
.TagClassName
{
border-color: #7AFA8F;
}
</style>