Shades of Light Green #7AF7A2
Tints of Light Green #7AF7A2
RGB
CMYK
RGB Variations
Color information
#7AF7A2 (or 0x7AF7A2) is known color: Light Green. HEX triplet: 7A, F7 and A2. RGB value is (122,247,162). Sum of RGB (Red+Green+Blue) = 122+247+162=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF7A2 is #85085D. Grayscale: #C8C8C8. Windows color (decimal): -8718430 or 10680186. OLE color: 10680186.
HSL color Cylindrical-coordinate representation of color #7AF7A2: hue angle of 139.2º 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 #7AF7A2 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 162 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.03 |
| HSL | 139.2º | 0.89% | 0.72% | - |
| HSV(B) | 139.2º | 0.51% | 0.97% | - |
| XYZ | 47.81 | 73.27 | 45.8 | - |
| YUV | 199.94 | 106.59 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 162 | 0.51 | 0 | 0.34 | 0.03 | 139.2 | 0.89 | 0.72 |
| Hex | 7A | F7 | A2 | 33 | 0 | 22 | 3 | 8B | 59 | 48 |
| Octal | 172 | 367 | 242 | 63 | 0 | 42 | 3 | 213 | 131 | 110 |
| Binary | 1111010 | 11110111 | 10100010 | 110011 | 0 | 100010 | 11 | 10001011 | 1011001 | 1001000 |
Color Harmonies of #7AF7A2
Complementary color
Monochromatic Colors of #7AF7A2
Black with #7AF7A2
Text Example
Text Example
White with #7AF7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7A2; }
p { color: rgb(122,247,162); }
H1.HeaderClassName
{
color: #7AF7A2;
}
.AnyTagClassName
{
color: #7AF7A2;
}
</style>
background-color css
<style>
a { background-color: #7AF7A2; }
a { background-color: rgb(122,247,162); }
div.DivClassName
{
background-color: #7AF7A2;
}
.BgClassName
{
background-color: #7AF7A2;
}
</style>
border-color css
<style>
span { border-color: #7AF7A2; }
span { border-color: rgb(122,247,162); }
td.TdClassName
{
border-color: #7AF7A2;
}
.TagClassName
{
border-color: #7AF7A2;
}
</style>