Shades of Light Green #7AF7A8
Tints of Light Green #7AF7A8
RGB
CMYK
RGB Variations
Color information
#7AF7A8 (or 0x7AF7A8) is known color: Light Green. HEX triplet: 7A, F7 and A8. RGB value is (122,247,168). Sum of RGB (Red+Green+Blue) = 122+247+168=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF7A8 is #850857. Grayscale: #C8C8C8. Windows color (decimal): -8718424 or 11073402. OLE color: 11073402.
HSL color Cylindrical-coordinate representation of color #7AF7A8: hue angle of 142.08º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7A8 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 168 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.03 |
| HSL | 142.08º | 0.89% | 0.72% | - |
| HSV(B) | 142.08º | 0.51% | 0.97% | - |
| XYZ | 48.35 | 73.49 | 48.68 | - |
| YUV | 200.62 | 109.59 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 168 | 0.51 | 0 | 0.32 | 0.03 | 142.08 | 0.89 | 0.72 |
| Hex | 7A | F7 | A8 | 33 | 0 | 20 | 3 | 8E | 59 | 48 |
| Octal | 172 | 367 | 250 | 63 | 0 | 40 | 3 | 216 | 131 | 110 |
| Binary | 1111010 | 11110111 | 10101000 | 110011 | 0 | 100000 | 11 | 10001110 | 1011001 | 1001000 |
Color Harmonies of #7AF7A8
Complementary color
Monochromatic Colors of #7AF7A8
Black with #7AF7A8
Text Example
Text Example
White with #7AF7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7A8; }
p { color: rgb(122,247,168); }
H1.HeaderClassName
{
color: #7AF7A8;
}
.AnyTagClassName
{
color: #7AF7A8;
}
</style>
background-color css
<style>
a { background-color: #7AF7A8; }
a { background-color: rgb(122,247,168); }
div.DivClassName
{
background-color: #7AF7A8;
}
.BgClassName
{
background-color: #7AF7A8;
}
</style>
border-color css
<style>
span { border-color: #7AF7A8; }
span { border-color: rgb(122,247,168); }
td.TdClassName
{
border-color: #7AF7A8;
}
.TagClassName
{
border-color: #7AF7A8;
}
</style>