Shades of Light Green #7AF8A2
Tints of Light Green #7AF8A2
RGB
CMYK
RGB Variations
Color information
#7AF8A2 (or 0x7AF8A2) is known color: Light Green. HEX triplet: 7A, F8 and A2. RGB value is (122,248,162). Sum of RGB (Red+Green+Blue) = 122+248+162=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF8A2 is #85075D. Grayscale: #C8C8C8. Windows color (decimal): -8718174 or 10680442. OLE color: 10680442.
HSL color Cylindrical-coordinate representation of color #7AF8A2: hue angle of 139.05º 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 #7AF8A2 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 162 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.03 |
| HSL | 139.05º | 0.9% | 0.73% | - |
| HSV(B) | 139.05º | 0.51% | 0.97% | - |
| XYZ | 48.12 | 73.88 | 45.91 | - |
| YUV | 200.52 | 106.26 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 162 | 0.51 | 0 | 0.35 | 0.03 | 139.05 | 0.9 | 0.73 |
| Hex | 7A | F8 | A2 | 33 | 0 | 23 | 3 | 8B | 5A | 49 |
| Octal | 172 | 370 | 242 | 63 | 0 | 43 | 3 | 213 | 132 | 111 |
| Binary | 1111010 | 11111000 | 10100010 | 110011 | 0 | 100011 | 11 | 10001011 | 1011010 | 1001001 |
Color Harmonies of #7AF8A2
Complementary color
Monochromatic Colors of #7AF8A2
Black with #7AF8A2
Text Example
Text Example
White with #7AF8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF8A2; }
p { color: rgb(122,248,162); }
H1.HeaderClassName
{
color: #7AF8A2;
}
.AnyTagClassName
{
color: #7AF8A2;
}
</style>
background-color css
<style>
a { background-color: #7AF8A2; }
a { background-color: rgb(122,248,162); }
div.DivClassName
{
background-color: #7AF8A2;
}
.BgClassName
{
background-color: #7AF8A2;
}
</style>
border-color css
<style>
span { border-color: #7AF8A2; }
span { border-color: rgb(122,248,162); }
td.TdClassName
{
border-color: #7AF8A2;
}
.TagClassName
{
border-color: #7AF8A2;
}
</style>