Shades of Light Green #7AF9A6
Tints of Light Green #7AF9A6
RGB
CMYK
RGB Variations
Color information
#7AF9A6 (or 0x7AF9A6) is known color: Light Green. HEX triplet: 7A, F9 and A6. RGB value is (122,249,166). Sum of RGB (Red+Green+Blue) = 122+249+166=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF9A6 is #850659. Grayscale: #C9C9C9. Windows color (decimal): -8717914 or 10942842. OLE color: 10942842.
HSL color Cylindrical-coordinate representation of color #7AF9A6: hue angle of 140.79º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF9A6 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 166 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.02 |
| HSL | 140.79º | 0.91% | 0.73% | - |
| HSV(B) | 140.79º | 0.51% | 0.98% | - |
| XYZ | 48.78 | 74.64 | 47.91 | - |
| YUV | 201.57 | 107.92 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 166 | 0.51 | 0 | 0.33 | 0.02 | 140.79 | 0.91 | 0.73 |
| Hex | 7A | F9 | A6 | 33 | 0 | 21 | 2 | 8D | 5B | 49 |
| Octal | 172 | 371 | 246 | 63 | 0 | 41 | 2 | 215 | 133 | 111 |
| Binary | 1111010 | 11111001 | 10100110 | 110011 | 0 | 100001 | 10 | 10001101 | 1011011 | 1001001 |
Color Harmonies of #7AF9A6
Complementary color
Monochromatic Colors of #7AF9A6
Black with #7AF9A6
Text Example
Text Example
White with #7AF9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9A6; }
p { color: rgb(122,249,166); }
H1.HeaderClassName
{
color: #7AF9A6;
}
.AnyTagClassName
{
color: #7AF9A6;
}
</style>
background-color css
<style>
a { background-color: #7AF9A6; }
a { background-color: rgb(122,249,166); }
div.DivClassName
{
background-color: #7AF9A6;
}
.BgClassName
{
background-color: #7AF9A6;
}
</style>
border-color css
<style>
span { border-color: #7AF9A6; }
span { border-color: rgb(122,249,166); }
td.TdClassName
{
border-color: #7AF9A6;
}
.TagClassName
{
border-color: #7AF9A6;
}
</style>