Shades of Pale Green #9FEE9E
Tints of Pale Green #9FEE9E
RGB
CMYK
RGB Variations
Color information
#9FEE9E (or 0x9FEE9E) is known color: Pale Green. HEX triplet: 9F, EE and 9E. RGB value is (159,238,158). Sum of RGB (Red+Green+Blue) = 159+238+158=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEE9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEE9E is #601161. Grayscale: #CDCDCD. Windows color (decimal): -6295906 or 10415775. OLE color: 10415775.
HSL color Cylindrical-coordinate representation of color #9FEE9E: hue angle of 119.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FEE9E is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 158 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.07 |
| HSL | 119.25º | 0.7% | 0.78% | - |
| HSV(B) | 119.25º | 0.34% | 0.93% | - |
| XYZ | 51.04 | 70.99 | 43.36 | - |
| YUV | 205.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 158 | 0.33 | 0 | 0.34 | 0.07 | 119.25 | 0.7 | 0.78 |
| Hex | 9F | EE | 9E | 21 | 0 | 22 | 7 | 77 | 46 | 4E |
| Octal | 237 | 356 | 236 | 41 | 0 | 42 | 7 | 167 | 106 | 116 |
| Binary | 10011111 | 11101110 | 10011110 | 100001 | 0 | 100010 | 111 | 1110111 | 1000110 | 1001110 |
Color Harmonies of #9FEE9E
Complementary color
Monochromatic Colors of #9FEE9E
Black with #9FEE9E
Text Example
Text Example
White with #9FEE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEE9E; }
p { color: rgb(159,238,158); }
H1.HeaderClassName
{
color: #9FEE9E;
}
.AnyTagClassName
{
color: #9FEE9E;
}
</style>
background-color css
<style>
a { background-color: #9FEE9E; }
a { background-color: rgb(159,238,158); }
div.DivClassName
{
background-color: #9FEE9E;
}
.BgClassName
{
background-color: #9FEE9E;
}
</style>
border-color css
<style>
span { border-color: #9FEE9E; }
span { border-color: rgb(159,238,158); }
td.TdClassName
{
border-color: #9FEE9E;
}
.TagClassName
{
border-color: #9FEE9E;
}
</style>