Shades of Light Green #7AF7A0
Tints of Light Green #7AF7A0
RGB
CMYK
RGB Variations
Color information
#7AF7A0 (or 0x7AF7A0) is known color: Light Green. HEX triplet: 7A, F7 and A0. RGB value is (122,247,160). Sum of RGB (Red+Green+Blue) = 122+247+160=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF7A0 is #85085F. Grayscale: #C7C7C7. Windows color (decimal): -8718432 or 10549114. OLE color: 10549114.
HSL color Cylindrical-coordinate representation of color #7AF7A0: hue angle of 138.24º 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 #7AF7A0 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 160 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.03 |
| HSL | 138.24º | 0.89% | 0.72% | - |
| HSV(B) | 138.24º | 0.51% | 0.97% | - |
| XYZ | 47.63 | 73.2 | 44.88 | - |
| YUV | 199.71 | 105.59 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 160 | 0.51 | 0 | 0.35 | 0.03 | 138.24 | 0.89 | 0.72 |
| Hex | 7A | F7 | A0 | 33 | 0 | 23 | 3 | 8A | 59 | 48 |
| Octal | 172 | 367 | 240 | 63 | 0 | 43 | 3 | 212 | 131 | 110 |
| Binary | 1111010 | 11110111 | 10100000 | 110011 | 0 | 100011 | 11 | 10001010 | 1011001 | 1001000 |
Color Harmonies of #7AF7A0
Complementary color
Monochromatic Colors of #7AF7A0
Black with #7AF7A0
Text Example
Text Example
White with #7AF7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7A0; }
p { color: rgb(122,247,160); }
H1.HeaderClassName
{
color: #7AF7A0;
}
.AnyTagClassName
{
color: #7AF7A0;
}
</style>
background-color css
<style>
a { background-color: #7AF7A0; }
a { background-color: rgb(122,247,160); }
div.DivClassName
{
background-color: #7AF7A0;
}
.BgClassName
{
background-color: #7AF7A0;
}
</style>
border-color css
<style>
span { border-color: #7AF7A0; }
span { border-color: rgb(122,247,160); }
td.TdClassName
{
border-color: #7AF7A0;
}
.TagClassName
{
border-color: #7AF7A0;
}
</style>