Shades of Light Green #7AF894
Tints of Light Green #7AF894
RGB
CMYK
RGB Variations
Color information
#7AF894 (or 0x7AF894) is known color: Light Green. HEX triplet: 7A, F8 and 94. RGB value is (122,248,148). Sum of RGB (Red+Green+Blue) = 122+248+148=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF894 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF894 is #85076B. Grayscale: #C7C7C7. Windows color (decimal): -8718188 or 9762938. OLE color: 9762938.
HSL color Cylindrical-coordinate representation of color #7AF894: hue angle of 132.38º 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 #7AF894 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 148 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.03 |
| HSL | 132.38º | 0.9% | 0.73% | - |
| HSV(B) | 132.38º | 0.51% | 0.97% | - |
| XYZ | 46.94 | 73.41 | 39.71 | - |
| YUV | 198.93 | 99.26 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 148 | 0.51 | 0 | 0.40 | 0.03 | 132.38 | 0.9 | 0.73 |
| Hex | 7A | F8 | 94 | 33 | 0 | 28 | 3 | 84 | 5A | 49 |
| Octal | 172 | 370 | 224 | 63 | 0 | 50 | 3 | 204 | 132 | 111 |
| Binary | 1111010 | 11111000 | 10010100 | 110011 | 0 | 101000 | 11 | 10000100 | 1011010 | 1001001 |
Color Harmonies of #7AF894
Complementary color
Monochromatic Colors of #7AF894
Black with #7AF894
Text Example
Text Example
White with #7AF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF894; }
p { color: rgb(122,248,148); }
H1.HeaderClassName
{
color: #7AF894;
}
.AnyTagClassName
{
color: #7AF894;
}
</style>
background-color css
<style>
a { background-color: #7AF894; }
a { background-color: rgb(122,248,148); }
div.DivClassName
{
background-color: #7AF894;
}
.BgClassName
{
background-color: #7AF894;
}
</style>
border-color css
<style>
span { border-color: #7AF894; }
span { border-color: rgb(122,248,148); }
td.TdClassName
{
border-color: #7AF894;
}
.TagClassName
{
border-color: #7AF894;
}
</style>