Shades of Light Green #7AF28A
Tints of Light Green #7AF28A
RGB
CMYK
RGB Variations
Color information
#7AF28A (or 0x7AF28A) is known color: Light Green. HEX triplet: 7A, F2 and 8A. RGB value is (122,242,138). Sum of RGB (Red+Green+Blue) = 122+242+138=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF28A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF28A is #850D75. Grayscale: #C2C2C2. Windows color (decimal): -8719734 or 9106042. OLE color: 9106042.
HSL color Cylindrical-coordinate representation of color #7AF28A: hue angle of 128º 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 #7AF28A is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 138 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.05 |
| HSL | 128º | 0.82% | 0.71% | - |
| HSV(B) | 128º | 0.5% | 0.95% | - |
| XYZ | 44.37 | 69.48 | 35.12 | - |
| YUV | 194.26 | 96.24 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 138 | 0.50 | 0 | 0.43 | 0.05 | 128 | 0.82 | 0.71 |
| Hex | 7A | F2 | 8A | 32 | 0 | 2B | 5 | 80 | 52 | 47 |
| Octal | 172 | 362 | 212 | 62 | 0 | 53 | 5 | 200 | 122 | 107 |
| Binary | 1111010 | 11110010 | 10001010 | 110010 | 0 | 101011 | 101 | 10000000 | 1010010 | 1000111 |
Color Harmonies of #7AF28A
Complementary color
Monochromatic Colors of #7AF28A
Black with #7AF28A
Text Example
Text Example
White with #7AF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF28A; }
p { color: rgb(122,242,138); }
H1.HeaderClassName
{
color: #7AF28A;
}
.AnyTagClassName
{
color: #7AF28A;
}
</style>
background-color css
<style>
a { background-color: #7AF28A; }
a { background-color: rgb(122,242,138); }
div.DivClassName
{
background-color: #7AF28A;
}
.BgClassName
{
background-color: #7AF28A;
}
</style>
border-color css
<style>
span { border-color: #7AF28A; }
span { border-color: rgb(122,242,138); }
td.TdClassName
{
border-color: #7AF28A;
}
.TagClassName
{
border-color: #7AF28A;
}
</style>