Shades of Pale Green #9EF994
Tints of Pale Green #9EF994
RGB
CMYK
RGB Variations
Color information
#9EF994 (or 0x9EF994) is known color: Pale Green. HEX triplet: 9E, F9 and 94. RGB value is (158,249,148). Sum of RGB (Red+Green+Blue) = 158+249+148=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF994 is #61066B. Grayscale: #D2D2D2. Windows color (decimal): -6358636 or 9763230. OLE color: 9763230.
HSL color Cylindrical-coordinate representation of color #9EF994: hue angle of 114.06º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EF994 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 148 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.02 |
| HSL | 114.06º | 0.89% | 0.78% | - |
| HSV(B) | 114.06º | 0.41% | 0.98% | - |
| XYZ | 53.32 | 77.16 | 40.1 | - |
| YUV | 210.28 | 92.85 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 148 | 0.37 | 0 | 0.41 | 0.02 | 114.06 | 0.89 | 0.78 |
| Hex | 9E | F9 | 94 | 25 | 0 | 29 | 2 | 72 | 59 | 4E |
| Octal | 236 | 371 | 224 | 45 | 0 | 51 | 2 | 162 | 131 | 116 |
| Binary | 10011110 | 11111001 | 10010100 | 100101 | 0 | 101001 | 10 | 1110010 | 1011001 | 1001110 |
Color Harmonies of #9EF994
Complementary color
Monochromatic Colors of #9EF994
Black with #9EF994
Text Example
Text Example
White with #9EF994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF994; }
p { color: rgb(158,249,148); }
H1.HeaderClassName
{
color: #9EF994;
}
.AnyTagClassName
{
color: #9EF994;
}
</style>
background-color css
<style>
a { background-color: #9EF994; }
a { background-color: rgb(158,249,148); }
div.DivClassName
{
background-color: #9EF994;
}
.BgClassName
{
background-color: #9EF994;
}
</style>
border-color css
<style>
span { border-color: #9EF994; }
span { border-color: rgb(158,249,148); }
td.TdClassName
{
border-color: #9EF994;
}
.TagClassName
{
border-color: #9EF994;
}
</style>