Shades of Light Green #7AF8A0
Tints of Light Green #7AF8A0
RGB
CMYK
RGB Variations
Color information
#7AF8A0 (or 0x7AF8A0) is known color: Light Green. HEX triplet: 7A, F8 and A0. RGB value is (122,248,160). Sum of RGB (Red+Green+Blue) = 122+248+160=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF8A0 is #85075F. Grayscale: #C8C8C8. Windows color (decimal): -8718176 or 10549370. OLE color: 10549370.
HSL color Cylindrical-coordinate representation of color #7AF8A0: hue angle of 138.1º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF8A0 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 160 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.03 |
| HSL | 138.1º | 0.9% | 0.73% | - |
| HSV(B) | 138.1º | 0.51% | 0.97% | - |
| XYZ | 47.94 | 73.81 | 44.98 | - |
| YUV | 200.29 | 105.26 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 160 | 0.51 | 0 | 0.35 | 0.03 | 138.1 | 0.9 | 0.73 |
| Hex | 7A | F8 | A0 | 33 | 0 | 23 | 3 | 8A | 5A | 49 |
| Octal | 172 | 370 | 240 | 63 | 0 | 43 | 3 | 212 | 132 | 111 |
| Binary | 1111010 | 11111000 | 10100000 | 110011 | 0 | 100011 | 11 | 10001010 | 1011010 | 1001001 |
Color Harmonies of #7AF8A0
Complementary color
Monochromatic Colors of #7AF8A0
Black with #7AF8A0
Text Example
Text Example
White with #7AF8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF8A0; }
p { color: rgb(122,248,160); }
H1.HeaderClassName
{
color: #7AF8A0;
}
.AnyTagClassName
{
color: #7AF8A0;
}
</style>
background-color css
<style>
a { background-color: #7AF8A0; }
a { background-color: rgb(122,248,160); }
div.DivClassName
{
background-color: #7AF8A0;
}
.BgClassName
{
background-color: #7AF8A0;
}
</style>
border-color css
<style>
span { border-color: #7AF8A0; }
span { border-color: rgb(122,248,160); }
td.TdClassName
{
border-color: #7AF8A0;
}
.TagClassName
{
border-color: #7AF8A0;
}
</style>