Shades of Pale Green #9EEDA2
Tints of Pale Green #9EEDA2
RGB
CMYK
RGB Variations
Color information
#9EEDA2 (or 0x9EEDA2) is known color: Pale Green. HEX triplet: 9E, ED and A2. RGB value is (158,237,162). Sum of RGB (Red+Green+Blue) = 158+237+162=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEDA2 is #61125D. Grayscale: #CDCDCD. Windows color (decimal): -6361694 or 10677662. OLE color: 10677662.
HSL color Cylindrical-coordinate representation of color #9EEDA2: hue angle of 123.04º 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 #9EEDA2 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 162 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.07 |
| HSL | 123.04º | 0.69% | 0.77% | - |
| HSV(B) | 123.04º | 0.33% | 0.93% | - |
| XYZ | 50.91 | 70.45 | 45.1 | - |
| YUV | 204.83 | 103.83 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 162 | 0.33 | 0 | 0.32 | 0.07 | 123.04 | 0.69 | 0.77 |
| Hex | 9E | ED | A2 | 21 | 0 | 20 | 7 | 7B | 45 | 4D |
| Octal | 236 | 355 | 242 | 41 | 0 | 40 | 7 | 173 | 105 | 115 |
| Binary | 10011110 | 11101101 | 10100010 | 100001 | 0 | 100000 | 111 | 1111011 | 1000101 | 1001101 |
Color Harmonies of #9EEDA2
Complementary color
Monochromatic Colors of #9EEDA2
Black with #9EEDA2
Text Example
Text Example
White with #9EEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDA2; }
p { color: rgb(158,237,162); }
H1.HeaderClassName
{
color: #9EEDA2;
}
.AnyTagClassName
{
color: #9EEDA2;
}
</style>
background-color css
<style>
a { background-color: #9EEDA2; }
a { background-color: rgb(158,237,162); }
div.DivClassName
{
background-color: #9EEDA2;
}
.BgClassName
{
background-color: #9EEDA2;
}
</style>
border-color css
<style>
span { border-color: #9EEDA2; }
span { border-color: rgb(158,237,162); }
td.TdClassName
{
border-color: #9EEDA2;
}
.TagClassName
{
border-color: #9EEDA2;
}
</style>