Shades of Light Green #7AF591
Tints of Light Green #7AF591
RGB
CMYK
RGB Variations
Color information
#7AF591 (or 0x7AF591) is known color: Light Green. HEX triplet: 7A, F5 and 91. RGB value is (122,245,145). Sum of RGB (Red+Green+Blue) = 122+245+145=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF591 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF591 is #850A6E. Grayscale: #C5C5C5. Windows color (decimal): -8718959 or 9565562. OLE color: 9565562.
HSL color Cylindrical-coordinate representation of color #7AF591: hue angle of 131.22º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF591 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 145 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.04 |
| HSL | 131.22º | 0.86% | 0.72% | - |
| HSV(B) | 131.22º | 0.5% | 0.96% | - |
| XYZ | 45.79 | 71.49 | 38.17 | - |
| YUV | 196.82 | 98.75 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 145 | 0.50 | 0 | 0.41 | 0.04 | 131.22 | 0.86 | 0.72 |
| Hex | 7A | F5 | 91 | 32 | 0 | 29 | 4 | 83 | 56 | 48 |
| Octal | 172 | 365 | 221 | 62 | 0 | 51 | 4 | 203 | 126 | 110 |
| Binary | 1111010 | 11110101 | 10010001 | 110010 | 0 | 101001 | 100 | 10000011 | 1010110 | 1001000 |
Color Harmonies of #7AF591
Complementary color
Monochromatic Colors of #7AF591
Black with #7AF591
Text Example
Text Example
White with #7AF591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF591; }
p { color: rgb(122,245,145); }
H1.HeaderClassName
{
color: #7AF591;
}
.AnyTagClassName
{
color: #7AF591;
}
</style>
background-color css
<style>
a { background-color: #7AF591; }
a { background-color: rgb(122,245,145); }
div.DivClassName
{
background-color: #7AF591;
}
.BgClassName
{
background-color: #7AF591;
}
</style>
border-color css
<style>
span { border-color: #7AF591; }
span { border-color: rgb(122,245,145); }
td.TdClassName
{
border-color: #7AF591;
}
.TagClassName
{
border-color: #7AF591;
}
</style>