Shades of Light Green #7AF5A3
Tints of Light Green #7AF5A3
RGB
CMYK
RGB Variations
Color information
#7AF5A3 (or 0x7AF5A3) is known color: Light Green. HEX triplet: 7A, F5 and A3. RGB value is (122,245,163). Sum of RGB (Red+Green+Blue) = 122+245+163=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF5A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF5A3 is #850A5C. Grayscale: #C7C7C7. Windows color (decimal): -8718941 or 10745210. OLE color: 10745210.
HSL color Cylindrical-coordinate representation of color #7AF5A3: hue angle of 140º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF5A3 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 163 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.04 |
| HSL | 140º | 0.86% | 0.72% | - |
| HSV(B) | 140º | 0.5% | 0.96% | - |
| XYZ | 47.29 | 72.09 | 46.07 | - |
| YUV | 198.88 | 107.75 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 163 | 0.50 | 0 | 0.33 | 0.04 | 140 | 0.86 | 0.72 |
| Hex | 7A | F5 | A3 | 32 | 0 | 21 | 4 | 8C | 56 | 48 |
| Octal | 172 | 365 | 243 | 62 | 0 | 41 | 4 | 214 | 126 | 110 |
| Binary | 1111010 | 11110101 | 10100011 | 110010 | 0 | 100001 | 100 | 10001100 | 1010110 | 1001000 |
Color Harmonies of #7AF5A3
Complementary color
Monochromatic Colors of #7AF5A3
Black with #7AF5A3
Text Example
Text Example
White with #7AF5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF5A3; }
p { color: rgb(122,245,163); }
H1.HeaderClassName
{
color: #7AF5A3;
}
.AnyTagClassName
{
color: #7AF5A3;
}
</style>
background-color css
<style>
a { background-color: #7AF5A3; }
a { background-color: rgb(122,245,163); }
div.DivClassName
{
background-color: #7AF5A3;
}
.BgClassName
{
background-color: #7AF5A3;
}
</style>
border-color css
<style>
span { border-color: #7AF5A3; }
span { border-color: rgb(122,245,163); }
td.TdClassName
{
border-color: #7AF5A3;
}
.TagClassName
{
border-color: #7AF5A3;
}
</style>