Shades of Light Green #7AFA98
Tints of Light Green #7AFA98
RGB
CMYK
RGB Variations
Color information
#7AFA98 (or 0x7AFA98) is known color: Light Green. HEX triplet: 7A, FA and 98. RGB value is (122,250,152). Sum of RGB (Red+Green+Blue) = 122+250+152=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFA98 is #850567. Grayscale: #C8C8C8. Windows color (decimal): -8717672 or 10025594. OLE color: 10025594.
HSL color Cylindrical-coordinate representation of color #7AFA98: hue angle of 134.06º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFA98 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 152 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.02 |
| HSL | 134.06º | 0.93% | 0.73% | - |
| HSV(B) | 134.06º | 0.51% | 0.98% | - |
| XYZ | 47.88 | 74.78 | 41.62 | - |
| YUV | 200.56 | 100.59 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 152 | 0.51 | 0 | 0.39 | 0.02 | 134.06 | 0.93 | 0.73 |
| Hex | 7A | FA | 98 | 33 | 0 | 27 | 2 | 86 | 5D | 49 |
| Octal | 172 | 372 | 230 | 63 | 0 | 47 | 2 | 206 | 135 | 111 |
| Binary | 1111010 | 11111010 | 10011000 | 110011 | 0 | 100111 | 10 | 10000110 | 1011101 | 1001001 |
Color Harmonies of #7AFA98
Complementary color
Monochromatic Colors of #7AFA98
Black with #7AFA98
Text Example
Text Example
White with #7AFA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFA98; }
p { color: rgb(122,250,152); }
H1.HeaderClassName
{
color: #7AFA98;
}
.AnyTagClassName
{
color: #7AFA98;
}
</style>
background-color css
<style>
a { background-color: #7AFA98; }
a { background-color: rgb(122,250,152); }
div.DivClassName
{
background-color: #7AFA98;
}
.BgClassName
{
background-color: #7AFA98;
}
</style>
border-color css
<style>
span { border-color: #7AFA98; }
span { border-color: rgb(122,250,152); }
td.TdClassName
{
border-color: #7AFA98;
}
.TagClassName
{
border-color: #7AFA98;
}
</style>