Shades of Light Green #7AF192
Tints of Light Green #7AF192
RGB
CMYK
RGB Variations
Color information
#7AF192 (or 0x7AF192) is known color: Light Green. HEX triplet: 7A, F1 and 92. RGB value is (122,241,146). Sum of RGB (Red+Green+Blue) = 122+241+146=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF192 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF192 is #850E6D. Grayscale: #C2C2C2. Windows color (decimal): -8719982 or 9630074. OLE color: 9630074.
HSL color Cylindrical-coordinate representation of color #7AF192: hue angle of 132.1º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF192 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 146 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.05 |
| HSL | 132.1º | 0.81% | 0.71% | - |
| HSV(B) | 132.1º | 0.49% | 0.95% | - |
| XYZ | 44.67 | 69.12 | 38.18 | - |
| YUV | 194.59 | 100.58 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 146 | 0.49 | 0 | 0.39 | 0.05 | 132.1 | 0.81 | 0.71 |
| Hex | 7A | F1 | 92 | 31 | 0 | 27 | 5 | 84 | 51 | 47 |
| Octal | 172 | 361 | 222 | 61 | 0 | 47 | 5 | 204 | 121 | 107 |
| Binary | 1111010 | 11110001 | 10010010 | 110001 | 0 | 100111 | 101 | 10000100 | 1010001 | 1000111 |
Color Harmonies of #7AF192
Complementary color
Monochromatic Colors of #7AF192
Black with #7AF192
Text Example
Text Example
White with #7AF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF192; }
p { color: rgb(122,241,146); }
H1.HeaderClassName
{
color: #7AF192;
}
.AnyTagClassName
{
color: #7AF192;
}
</style>
background-color css
<style>
a { background-color: #7AF192; }
a { background-color: rgb(122,241,146); }
div.DivClassName
{
background-color: #7AF192;
}
.BgClassName
{
background-color: #7AF192;
}
</style>
border-color css
<style>
span { border-color: #7AF192; }
span { border-color: rgb(122,241,146); }
td.TdClassName
{
border-color: #7AF192;
}
.TagClassName
{
border-color: #7AF192;
}
</style>