Shades of Light Green #7AF29B
Tints of Light Green #7AF29B
RGB
CMYK
RGB Variations
Color information
#7AF29B (or 0x7AF29B) is known color: Light Green. HEX triplet: 7A, F2 and 9B. RGB value is (122,242,155). Sum of RGB (Red+Green+Blue) = 122+242+155=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF29B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF29B is #850D64. Grayscale: #C4C4C4. Windows color (decimal): -8719717 or 10220154. OLE color: 10220154.
HSL color Cylindrical-coordinate representation of color #7AF29B: hue angle of 136.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF29B is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 155 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.05 |
| HSL | 136.5º | 0.82% | 0.71% | - |
| HSV(B) | 136.5º | 0.5% | 0.95% | - |
| XYZ | 45.69 | 70.01 | 42.11 | - |
| YUV | 196.2 | 104.74 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 155 | 0.50 | 0 | 0.36 | 0.05 | 136.5 | 0.82 | 0.71 |
| Hex | 7A | F2 | 9B | 32 | 0 | 24 | 5 | 88 | 52 | 47 |
| Octal | 172 | 362 | 233 | 62 | 0 | 44 | 5 | 210 | 122 | 107 |
| Binary | 1111010 | 11110010 | 10011011 | 110010 | 0 | 100100 | 101 | 10001000 | 1010010 | 1000111 |
Color Harmonies of #7AF29B
Complementary color
Monochromatic Colors of #7AF29B
Black with #7AF29B
Text Example
Text Example
White with #7AF29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF29B; }
p { color: rgb(122,242,155); }
H1.HeaderClassName
{
color: #7AF29B;
}
.AnyTagClassName
{
color: #7AF29B;
}
</style>
background-color css
<style>
a { background-color: #7AF29B; }
a { background-color: rgb(122,242,155); }
div.DivClassName
{
background-color: #7AF29B;
}
.BgClassName
{
background-color: #7AF29B;
}
</style>
border-color css
<style>
span { border-color: #7AF29B; }
span { border-color: rgb(122,242,155); }
td.TdClassName
{
border-color: #7AF29B;
}
.TagClassName
{
border-color: #7AF29B;
}
</style>