Shades of Light Green #7AF095
Tints of Light Green #7AF095
RGB
CMYK
RGB Variations
Color information
#7AF095 (or 0x7AF095) is known color: Light Green. HEX triplet: 7A, F0 and 95. RGB value is (122,240,149). Sum of RGB (Red+Green+Blue) = 122+240+149=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF095 is #850F6A. Grayscale: #C2C2C2. Windows color (decimal): -8720235 or 9826426. OLE color: 9826426.
HSL color Cylindrical-coordinate representation of color #7AF095: hue angle of 133.73º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF095 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 149 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.06 |
| HSL | 133.73º | 0.8% | 0.71% | - |
| HSV(B) | 133.73º | 0.49% | 0.94% | - |
| XYZ | 44.61 | 68.63 | 39.33 | - |
| YUV | 194.34 | 102.41 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 149 | 0.49 | 0 | 0.38 | 0.06 | 133.73 | 0.8 | 0.71 |
| Hex | 7A | F0 | 95 | 31 | 0 | 26 | 6 | 86 | 50 | 47 |
| Octal | 172 | 360 | 225 | 61 | 0 | 46 | 6 | 206 | 120 | 107 |
| Binary | 1111010 | 11110000 | 10010101 | 110001 | 0 | 100110 | 110 | 10000110 | 1010000 | 1000111 |
Color Harmonies of #7AF095
Complementary color
Monochromatic Colors of #7AF095
Black with #7AF095
Text Example
Text Example
White with #7AF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF095; }
p { color: rgb(122,240,149); }
H1.HeaderClassName
{
color: #7AF095;
}
.AnyTagClassName
{
color: #7AF095;
}
</style>
background-color css
<style>
a { background-color: #7AF095; }
a { background-color: rgb(122,240,149); }
div.DivClassName
{
background-color: #7AF095;
}
.BgClassName
{
background-color: #7AF095;
}
</style>
border-color css
<style>
span { border-color: #7AF095; }
span { border-color: rgb(122,240,149); }
td.TdClassName
{
border-color: #7AF095;
}
.TagClassName
{
border-color: #7AF095;
}
</style>