Shades of Light Green #7AF898
Tints of Light Green #7AF898
RGB
CMYK
RGB Variations
Color information
#7AF898 (or 0x7AF898) is known color: Light Green. HEX triplet: 7A, F8 and 98. RGB value is (122,248,152). Sum of RGB (Red+Green+Blue) = 122+248+152=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF898 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF898 is #850767. Grayscale: #C7C7C7. Windows color (decimal): -8718184 or 10025082. OLE color: 10025082.
HSL color Cylindrical-coordinate representation of color #7AF898: hue angle of 134.29º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF898 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 152 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.03 |
| HSL | 134.29º | 0.9% | 0.73% | - |
| HSV(B) | 134.29º | 0.51% | 0.97% | - |
| XYZ | 47.26 | 73.54 | 41.41 | - |
| YUV | 199.38 | 101.26 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 152 | 0.51 | 0 | 0.39 | 0.03 | 134.29 | 0.9 | 0.73 |
| Hex | 7A | F8 | 98 | 33 | 0 | 27 | 3 | 86 | 5A | 49 |
| Octal | 172 | 370 | 230 | 63 | 0 | 47 | 3 | 206 | 132 | 111 |
| Binary | 1111010 | 11111000 | 10011000 | 110011 | 0 | 100111 | 11 | 10000110 | 1011010 | 1001001 |
Color Harmonies of #7AF898
Complementary color
Monochromatic Colors of #7AF898
Black with #7AF898
Text Example
Text Example
White with #7AF898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF898; }
p { color: rgb(122,248,152); }
H1.HeaderClassName
{
color: #7AF898;
}
.AnyTagClassName
{
color: #7AF898;
}
</style>
background-color css
<style>
a { background-color: #7AF898; }
a { background-color: rgb(122,248,152); }
div.DivClassName
{
background-color: #7AF898;
}
.BgClassName
{
background-color: #7AF898;
}
</style>
border-color css
<style>
span { border-color: #7AF898; }
span { border-color: rgb(122,248,152); }
td.TdClassName
{
border-color: #7AF898;
}
.TagClassName
{
border-color: #7AF898;
}
</style>