Shades of Light Green #7AF595
Tints of Light Green #7AF595
RGB
CMYK
RGB Variations
Color information
#7AF595 (or 0x7AF595) is known color: Light Green. HEX triplet: 7A, F5 and 95. RGB value is (122,245,149). Sum of RGB (Red+Green+Blue) = 122+245+149=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF595 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF595 is #850A6A. Grayscale: #C5C5C5. Windows color (decimal): -8718955 or 9827706. OLE color: 9827706.
HSL color Cylindrical-coordinate representation of color #7AF595: hue angle of 133.17º 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 #7AF595 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 149 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.04 |
| HSL | 133.17º | 0.86% | 0.72% | - |
| HSV(B) | 133.17º | 0.5% | 0.96% | - |
| XYZ | 46.1 | 71.61 | 39.83 | - |
| YUV | 197.28 | 100.75 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 149 | 0.50 | 0 | 0.39 | 0.04 | 133.17 | 0.86 | 0.72 |
| Hex | 7A | F5 | 95 | 32 | 0 | 27 | 4 | 85 | 56 | 48 |
| Octal | 172 | 365 | 225 | 62 | 0 | 47 | 4 | 205 | 126 | 110 |
| Binary | 1111010 | 11110101 | 10010101 | 110010 | 0 | 100111 | 100 | 10000101 | 1010110 | 1001000 |
Color Harmonies of #7AF595
Complementary color
Monochromatic Colors of #7AF595
Black with #7AF595
Text Example
Text Example
White with #7AF595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF595; }
p { color: rgb(122,245,149); }
H1.HeaderClassName
{
color: #7AF595;
}
.AnyTagClassName
{
color: #7AF595;
}
</style>
background-color css
<style>
a { background-color: #7AF595; }
a { background-color: rgb(122,245,149); }
div.DivClassName
{
background-color: #7AF595;
}
.BgClassName
{
background-color: #7AF595;
}
</style>
border-color css
<style>
span { border-color: #7AF595; }
span { border-color: rgb(122,245,149); }
td.TdClassName
{
border-color: #7AF595;
}
.TagClassName
{
border-color: #7AF595;
}
</style>