Shades of Pale Green #9FEAA0
Tints of Pale Green #9FEAA0
RGB
CMYK
RGB Variations
Color information
#9FEAA0 (or 0x9FEAA0) is known color: Pale Green. HEX triplet: 9F, EA and A0. RGB value is (159,234,160). Sum of RGB (Red+Green+Blue) = 159+234+160=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEAA0 is #60155F. Grayscale: #CBCBCB. Windows color (decimal): -6296928 or 10545823. OLE color: 10545823.
HSL color Cylindrical-coordinate representation of color #9FEAA0: hue angle of 120.8º degrees, saturation: 0.64, 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 #9FEAA0 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 160 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.08 |
| HSL | 120.8º | 0.64% | 0.77% | - |
| HSV(B) | 120.8º | 0.32% | 0.92% | - |
| XYZ | 50.07 | 68.75 | 43.89 | - |
| YUV | 203.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 160 | 0.32 | 0 | 0.32 | 0.08 | 120.8 | 0.64 | 0.77 |
| Hex | 9F | EA | A0 | 20 | 0 | 20 | 8 | 79 | 40 | 4D |
| Octal | 237 | 352 | 240 | 40 | 0 | 40 | 10 | 171 | 100 | 115 |
| Binary | 10011111 | 11101010 | 10100000 | 100000 | 0 | 100000 | 1000 | 1111001 | 1000000 | 1001101 |
Color Harmonies of #9FEAA0
Complementary color
Monochromatic Colors of #9FEAA0
Black with #9FEAA0
Text Example
Text Example
White with #9FEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEAA0; }
p { color: rgb(159,234,160); }
H1.HeaderClassName
{
color: #9FEAA0;
}
.AnyTagClassName
{
color: #9FEAA0;
}
</style>
background-color css
<style>
a { background-color: #9FEAA0; }
a { background-color: rgb(159,234,160); }
div.DivClassName
{
background-color: #9FEAA0;
}
.BgClassName
{
background-color: #9FEAA0;
}
</style>
border-color css
<style>
span { border-color: #9FEAA0; }
span { border-color: rgb(159,234,160); }
td.TdClassName
{
border-color: #9FEAA0;
}
.TagClassName
{
border-color: #9FEAA0;
}
</style>