Shades of Light Green #7AF991
Tints of Light Green #7AF991
RGB
CMYK
RGB Variations
Color information
#7AF991 (or 0x7AF991) is known color: Light Green. HEX triplet: 7A, F9 and 91. RGB value is (122,249,145). Sum of RGB (Red+Green+Blue) = 122+249+145=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF991 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF991 is #85066E. Grayscale: #C7C7C7. Windows color (decimal): -8717935 or 9566586. OLE color: 9566586.
HSL color Cylindrical-coordinate representation of color #7AF991: hue angle of 130.87º 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 #7AF991 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 145 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.02 |
| HSL | 130.87º | 0.91% | 0.73% | - |
| HSV(B) | 130.87º | 0.51% | 0.98% | - |
| XYZ | 47.01 | 73.93 | 38.58 | - |
| YUV | 199.17 | 97.42 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 145 | 0.51 | 0 | 0.42 | 0.02 | 130.87 | 0.91 | 0.73 |
| Hex | 7A | F9 | 91 | 33 | 0 | 2A | 2 | 83 | 5B | 49 |
| Octal | 172 | 371 | 221 | 63 | 0 | 52 | 2 | 203 | 133 | 111 |
| Binary | 1111010 | 11111001 | 10010001 | 110011 | 0 | 101010 | 10 | 10000011 | 1011011 | 1001001 |
Color Harmonies of #7AF991
Complementary color
Monochromatic Colors of #7AF991
Black with #7AF991
Text Example
Text Example
White with #7AF991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF991; }
p { color: rgb(122,249,145); }
H1.HeaderClassName
{
color: #7AF991;
}
.AnyTagClassName
{
color: #7AF991;
}
</style>
background-color css
<style>
a { background-color: #7AF991; }
a { background-color: rgb(122,249,145); }
div.DivClassName
{
background-color: #7AF991;
}
.BgClassName
{
background-color: #7AF991;
}
</style>
border-color css
<style>
span { border-color: #7AF991; }
span { border-color: rgb(122,249,145); }
td.TdClassName
{
border-color: #7AF991;
}
.TagClassName
{
border-color: #7AF991;
}
</style>