Shades of Pale Green #9FEBA1
Tints of Pale Green #9FEBA1
RGB
CMYK
RGB Variations
Color information
#9FEBA1 (or 0x9FEBA1) is known color: Pale Green. HEX triplet: 9F, EB and A1. RGB value is (159,235,161). Sum of RGB (Red+Green+Blue) = 159+235+161=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEBA1 is #60145E. Grayscale: #CCCCCC. Windows color (decimal): -6296671 or 10611615. OLE color: 10611615.
HSL color Cylindrical-coordinate representation of color #9FEBA1: hue angle of 121.58º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBA1 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 161 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.08 |
| HSL | 121.58º | 0.66% | 0.77% | - |
| HSV(B) | 121.58º | 0.32% | 0.92% | - |
| XYZ | 50.44 | 69.36 | 44.45 | - |
| YUV | 203.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 161 | 0.32 | 0 | 0.31 | 0.08 | 121.58 | 0.66 | 0.77 |
| Hex | 9F | EB | A1 | 20 | 0 | 1F | 8 | 7A | 42 | 4D |
| Octal | 237 | 353 | 241 | 40 | 0 | 37 | 10 | 172 | 102 | 115 |
| Binary | 10011111 | 11101011 | 10100001 | 100000 | 0 | 11111 | 1000 | 1111010 | 1000010 | 1001101 |
Color Harmonies of #9FEBA1
Complementary color
Monochromatic Colors of #9FEBA1
Black with #9FEBA1
Text Example
Text Example
White with #9FEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBA1; }
p { color: rgb(159,235,161); }
H1.HeaderClassName
{
color: #9FEBA1;
}
.AnyTagClassName
{
color: #9FEBA1;
}
</style>
background-color css
<style>
a { background-color: #9FEBA1; }
a { background-color: rgb(159,235,161); }
div.DivClassName
{
background-color: #9FEBA1;
}
.BgClassName
{
background-color: #9FEBA1;
}
</style>
border-color css
<style>
span { border-color: #9FEBA1; }
span { border-color: rgb(159,235,161); }
td.TdClassName
{
border-color: #9FEBA1;
}
.TagClassName
{
border-color: #9FEBA1;
}
</style>