Shades of Light Green #7AF286
Tints of Light Green #7AF286
RGB
CMYK
RGB Variations
Color information
#7AF286 (or 0x7AF286) is known color: Light Green. HEX triplet: 7A, F2 and 86. RGB value is (122,242,134). Sum of RGB (Red+Green+Blue) = 122+242+134=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF286 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF286 is #850D79. Grayscale: #C2C2C2. Windows color (decimal): -8719738 or 8843898. OLE color: 8843898.
HSL color Cylindrical-coordinate representation of color #7AF286: hue angle of 126º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF286 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 134 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.05 |
| HSL | 126º | 0.82% | 0.71% | - |
| HSV(B) | 126º | 0.5% | 0.95% | - |
| XYZ | 44.08 | 69.36 | 33.62 | - |
| YUV | 193.81 | 94.24 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 134 | 0.50 | 0 | 0.45 | 0.05 | 126 | 0.82 | 0.71 |
| Hex | 7A | F2 | 86 | 32 | 0 | 2D | 5 | 7E | 52 | 47 |
| Octal | 172 | 362 | 206 | 62 | 0 | 55 | 5 | 176 | 122 | 107 |
| Binary | 1111010 | 11110010 | 10000110 | 110010 | 0 | 101101 | 101 | 1111110 | 1010010 | 1000111 |
Color Harmonies of #7AF286
Complementary color
Monochromatic Colors of #7AF286
Black with #7AF286
Text Example
Text Example
White with #7AF286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF286; }
p { color: rgb(122,242,134); }
H1.HeaderClassName
{
color: #7AF286;
}
.AnyTagClassName
{
color: #7AF286;
}
</style>
background-color css
<style>
a { background-color: #7AF286; }
a { background-color: rgb(122,242,134); }
div.DivClassName
{
background-color: #7AF286;
}
.BgClassName
{
background-color: #7AF286;
}
</style>
border-color css
<style>
span { border-color: #7AF286; }
span { border-color: rgb(122,242,134); }
td.TdClassName
{
border-color: #7AF286;
}
.TagClassName
{
border-color: #7AF286;
}
</style>