Shades of Pale Green #9EED9C
Tints of Pale Green #9EED9C
RGB
CMYK
RGB Variations
Color information
#9EED9C (or 0x9EED9C) is known color: Pale Green. HEX triplet: 9E, ED and 9C. RGB value is (158,237,156). Sum of RGB (Red+Green+Blue) = 158+237+156=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EED9C is #611263. Grayscale: #CCCCCC. Windows color (decimal): -6361700 or 10284446. OLE color: 10284446.
HSL color Cylindrical-coordinate representation of color #9EED9C: hue angle of 118.52º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EED9C is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 156 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.07 |
| HSL | 118.52º | 0.69% | 0.77% | - |
| HSV(B) | 118.52º | 0.34% | 0.93% | - |
| XYZ | 50.39 | 70.24 | 42.35 | - |
| YUV | 204.15 | 100.83 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 156 | 0.33 | 0 | 0.34 | 0.07 | 118.52 | 0.69 | 0.77 |
| Hex | 9E | ED | 9C | 21 | 0 | 22 | 7 | 77 | 45 | 4D |
| Octal | 236 | 355 | 234 | 41 | 0 | 42 | 7 | 167 | 105 | 115 |
| Binary | 10011110 | 11101101 | 10011100 | 100001 | 0 | 100010 | 111 | 1110111 | 1000101 | 1001101 |
Color Harmonies of #9EED9C
Complementary color
Monochromatic Colors of #9EED9C
Black with #9EED9C
Text Example
Text Example
White with #9EED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EED9C; }
p { color: rgb(158,237,156); }
H1.HeaderClassName
{
color: #9EED9C;
}
.AnyTagClassName
{
color: #9EED9C;
}
</style>
background-color css
<style>
a { background-color: #9EED9C; }
a { background-color: rgb(158,237,156); }
div.DivClassName
{
background-color: #9EED9C;
}
.BgClassName
{
background-color: #9EED9C;
}
</style>
border-color css
<style>
span { border-color: #9EED9C; }
span { border-color: rgb(158,237,156); }
td.TdClassName
{
border-color: #9EED9C;
}
.TagClassName
{
border-color: #9EED9C;
}
</style>