Shades of Light Green #7AF288
Tints of Light Green #7AF288
RGB
CMYK
RGB Variations
Color information
#7AF288 (or 0x7AF288) is known color: Light Green. HEX triplet: 7A, F2 and 88. RGB value is (122,242,136). Sum of RGB (Red+Green+Blue) = 122+242+136=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF288 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF288 is #850D77. Grayscale: #C2C2C2. Windows color (decimal): -8719736 or 8974970. OLE color: 8974970.
HSL color Cylindrical-coordinate representation of color #7AF288: hue angle of 127º 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 #7AF288 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 136 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.05 |
| HSL | 127º | 0.82% | 0.71% | - |
| HSV(B) | 127º | 0.5% | 0.95% | - |
| XYZ | 44.22 | 69.42 | 34.36 | - |
| YUV | 194.04 | 95.24 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 136 | 0.50 | 0 | 0.44 | 0.05 | 127 | 0.82 | 0.71 |
| Hex | 7A | F2 | 88 | 32 | 0 | 2C | 5 | 7F | 52 | 47 |
| Octal | 172 | 362 | 210 | 62 | 0 | 54 | 5 | 177 | 122 | 107 |
| Binary | 1111010 | 11110010 | 10001000 | 110010 | 0 | 101100 | 101 | 1111111 | 1010010 | 1000111 |
Color Harmonies of #7AF288
Complementary color
Monochromatic Colors of #7AF288
Black with #7AF288
Text Example
Text Example
White with #7AF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF288; }
p { color: rgb(122,242,136); }
H1.HeaderClassName
{
color: #7AF288;
}
.AnyTagClassName
{
color: #7AF288;
}
</style>
background-color css
<style>
a { background-color: #7AF288; }
a { background-color: rgb(122,242,136); }
div.DivClassName
{
background-color: #7AF288;
}
.BgClassName
{
background-color: #7AF288;
}
</style>
border-color css
<style>
span { border-color: #7AF288; }
span { border-color: rgb(122,242,136); }
td.TdClassName
{
border-color: #7AF288;
}
.TagClassName
{
border-color: #7AF288;
}
</style>