Shades of Pale Green #9EF9A4
Tints of Pale Green #9EF9A4
RGB
CMYK
RGB Variations
Color information
#9EF9A4 (or 0x9EF9A4) is known color: Pale Green. HEX triplet: 9E, F9 and A4. RGB value is (158,249,164). Sum of RGB (Red+Green+Blue) = 158+249+164=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF9A4 is #61065B. Grayscale: #D4D4D4. Windows color (decimal): -6358620 or 10811806. OLE color: 10811806.
HSL color Cylindrical-coordinate representation of color #9EF9A4: hue angle of 123.96º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF9A4 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 164 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.02 |
| HSL | 123.96º | 0.88% | 0.8% | - |
| HSV(B) | 123.96º | 0.37% | 0.98% | - |
| XYZ | 54.68 | 77.7 | 47.24 | - |
| YUV | 212.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 164 | 0.37 | 0 | 0.34 | 0.02 | 123.96 | 0.88 | 0.8 |
| Hex | 9E | F9 | A4 | 25 | 0 | 22 | 2 | 7C | 58 | 50 |
| Octal | 236 | 371 | 244 | 45 | 0 | 42 | 2 | 174 | 130 | 120 |
| Binary | 10011110 | 11111001 | 10100100 | 100101 | 0 | 100010 | 10 | 1111100 | 1011000 | 1010000 |
Color Harmonies of #9EF9A4
Complementary color
Monochromatic Colors of #9EF9A4
Black with #9EF9A4
Text Example
Text Example
White with #9EF9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF9A4; }
p { color: rgb(158,249,164); }
H1.HeaderClassName
{
color: #9EF9A4;
}
.AnyTagClassName
{
color: #9EF9A4;
}
</style>
background-color css
<style>
a { background-color: #9EF9A4; }
a { background-color: rgb(158,249,164); }
div.DivClassName
{
background-color: #9EF9A4;
}
.BgClassName
{
background-color: #9EF9A4;
}
</style>
border-color css
<style>
span { border-color: #9EF9A4; }
span { border-color: rgb(158,249,164); }
td.TdClassName
{
border-color: #9EF9A4;
}
.TagClassName
{
border-color: #9EF9A4;
}
</style>