Shades of Light Green #7AFA92
Tints of Light Green #7AFA92
RGB
CMYK
RGB Variations
Color information
#7AFA92 (or 0x7AFA92) is known color: Light Green. HEX triplet: 7A, FA and 92. RGB value is (122,250,146). Sum of RGB (Red+Green+Blue) = 122+250+146=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFA92 is #85056D. Grayscale: #C8C8C8. Windows color (decimal): -8717678 or 9632378. OLE color: 9632378.
HSL color Cylindrical-coordinate representation of color #7AFA92: hue angle of 131.25º degrees, saturation: 0.93, 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 #7AFA92 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 146 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.02 |
| HSL | 131.25º | 0.93% | 0.73% | - |
| HSV(B) | 131.25º | 0.51% | 0.98% | - |
| XYZ | 47.4 | 74.58 | 39.09 | - |
| YUV | 199.87 | 97.59 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 146 | 0.51 | 0 | 0.42 | 0.02 | 131.25 | 0.93 | 0.73 |
| Hex | 7A | FA | 92 | 33 | 0 | 2A | 2 | 83 | 5D | 49 |
| Octal | 172 | 372 | 222 | 63 | 0 | 52 | 2 | 203 | 135 | 111 |
| Binary | 1111010 | 11111010 | 10010010 | 110011 | 0 | 101010 | 10 | 10000011 | 1011101 | 1001001 |
Color Harmonies of #7AFA92
Complementary color
Monochromatic Colors of #7AFA92
Black with #7AFA92
Text Example
Text Example
White with #7AFA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFA92; }
p { color: rgb(122,250,146); }
H1.HeaderClassName
{
color: #7AFA92;
}
.AnyTagClassName
{
color: #7AFA92;
}
</style>
background-color css
<style>
a { background-color: #7AFA92; }
a { background-color: rgb(122,250,146); }
div.DivClassName
{
background-color: #7AFA92;
}
.BgClassName
{
background-color: #7AFA92;
}
</style>
border-color css
<style>
span { border-color: #7AFA92; }
span { border-color: rgb(122,250,146); }
td.TdClassName
{
border-color: #7AFA92;
}
.TagClassName
{
border-color: #7AFA92;
}
</style>