Shades of Pale Green #94F79E
Tints of Pale Green #94F79E
RGB
CMYK
RGB Variations
Color information
#94F79E (or 0x94F79E) is known color: Pale Green. HEX triplet: 94, F7 and 9E. RGB value is (148,247,158). Sum of RGB (Red+Green+Blue) = 148+247+158=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #94F79E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F79E is #6B0861. Grayscale: #CFCFCF. Windows color (decimal): -7014498 or 10418068. OLE color: 10418068.
HSL color Cylindrical-coordinate representation of color #94F79E: hue angle of 126.06º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F79E is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 247 | 158 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.03 |
| HSL | 126.06º | 0.86% | 0.77% | - |
| HSV(B) | 126.06º | 0.4% | 0.97% | - |
| XYZ | 51.65 | 75.29 | 44.16 | - |
| YUV | 207.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 247 | 158 | 0.40 | 0 | 0.36 | 0.03 | 126.06 | 0.86 | 0.77 |
| Hex | 94 | F7 | 9E | 28 | 0 | 24 | 3 | 7E | 56 | 4D |
| Octal | 224 | 367 | 236 | 50 | 0 | 44 | 3 | 176 | 126 | 115 |
| Binary | 10010100 | 11110111 | 10011110 | 101000 | 0 | 100100 | 11 | 1111110 | 1010110 | 1001101 |
Color Harmonies of #94F79E
Complementary color
Monochromatic Colors of #94F79E
Black with #94F79E
Text Example
Text Example
White with #94F79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F79E; }
p { color: rgb(148,247,158); }
H1.HeaderClassName
{
color: #94F79E;
}
.AnyTagClassName
{
color: #94F79E;
}
</style>
background-color css
<style>
a { background-color: #94F79E; }
a { background-color: rgb(148,247,158); }
div.DivClassName
{
background-color: #94F79E;
}
.BgClassName
{
background-color: #94F79E;
}
</style>
border-color css
<style>
span { border-color: #94F79E; }
span { border-color: rgb(148,247,158); }
td.TdClassName
{
border-color: #94F79E;
}
.TagClassName
{
border-color: #94F79E;
}
</style>