Shades of Light Green #7AFC98
Tints of Light Green #7AFC98
RGB
CMYK
RGB Variations
Color information
#7AFC98 (or 0x7AFC98) is known color: Light Green. HEX triplet: 7A, FC and 98. RGB value is (122,252,152). Sum of RGB (Red+Green+Blue) = 122+252+152=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFC98 is #850367. Grayscale: #C9C9C9. Windows color (decimal): -8717160 or 10026106. OLE color: 10026106.
HSL color Cylindrical-coordinate representation of color #7AFC98: hue angle of 133.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFC98 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 152 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.01 |
| HSL | 133.85º | 0.96% | 0.73% | - |
| HSV(B) | 133.85º | 0.52% | 0.99% | - |
| XYZ | 48.5 | 76.03 | 41.82 | - |
| YUV | 201.73 | 99.93 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 152 | 0.52 | 0 | 0.40 | 0.01 | 133.85 | 0.96 | 0.73 |
| Hex | 7A | FC | 98 | 34 | 0 | 28 | 1 | 86 | 60 | 49 |
| Octal | 172 | 374 | 230 | 64 | 0 | 50 | 1 | 206 | 140 | 111 |
| Binary | 1111010 | 11111100 | 10011000 | 110100 | 0 | 101000 | 1 | 10000110 | 1100000 | 1001001 |
Color Harmonies of #7AFC98
Complementary color
Monochromatic Colors of #7AFC98
Black with #7AFC98
Text Example
Text Example
White with #7AFC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFC98; }
p { color: rgb(122,252,152); }
H1.HeaderClassName
{
color: #7AFC98;
}
.AnyTagClassName
{
color: #7AFC98;
}
</style>
background-color css
<style>
a { background-color: #7AFC98; }
a { background-color: rgb(122,252,152); }
div.DivClassName
{
background-color: #7AFC98;
}
.BgClassName
{
background-color: #7AFC98;
}
</style>
border-color css
<style>
span { border-color: #7AFC98; }
span { border-color: rgb(122,252,152); }
td.TdClassName
{
border-color: #7AFC98;
}
.TagClassName
{
border-color: #7AFC98;
}
</style>