Shades of Pale Green #9EED9F
Tints of Pale Green #9EED9F
RGB
CMYK
RGB Variations
Color information
#9EED9F (or 0x9EED9F) is known color: Pale Green. HEX triplet: 9E, ED and 9F. RGB value is (158,237,159). Sum of RGB (Red+Green+Blue) = 158+237+159=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EED9F is #611260. Grayscale: #CCCCCC. Windows color (decimal): -6361697 or 10481054. OLE color: 10481054.
HSL color Cylindrical-coordinate representation of color #9EED9F: hue angle of 120.76º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EED9F is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 159 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.07 |
| HSL | 120.76º | 0.69% | 0.77% | - |
| HSV(B) | 120.76º | 0.33% | 0.93% | - |
| XYZ | 50.64 | 70.34 | 43.71 | - |
| YUV | 204.49 | 102.33 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 159 | 0.33 | 0 | 0.33 | 0.07 | 120.76 | 0.69 | 0.77 |
| Hex | 9E | ED | 9F | 21 | 0 | 21 | 7 | 79 | 45 | 4D |
| Octal | 236 | 355 | 237 | 41 | 0 | 41 | 7 | 171 | 105 | 115 |
| Binary | 10011110 | 11101101 | 10011111 | 100001 | 0 | 100001 | 111 | 1111001 | 1000101 | 1001101 |
Color Harmonies of #9EED9F
Complementary color
Monochromatic Colors of #9EED9F
Black with #9EED9F
Text Example
Text Example
White with #9EED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EED9F; }
p { color: rgb(158,237,159); }
H1.HeaderClassName
{
color: #9EED9F;
}
.AnyTagClassName
{
color: #9EED9F;
}
</style>
background-color css
<style>
a { background-color: #9EED9F; }
a { background-color: rgb(158,237,159); }
div.DivClassName
{
background-color: #9EED9F;
}
.BgClassName
{
background-color: #9EED9F;
}
</style>
border-color css
<style>
span { border-color: #9EED9F; }
span { border-color: rgb(158,237,159); }
td.TdClassName
{
border-color: #9EED9F;
}
.TagClassName
{
border-color: #9EED9F;
}
</style>