Shades of Pale Green #9DEDA2
Tints of Pale Green #9DEDA2
RGB
CMYK
RGB Variations
Color information
#9DEDA2 (or 0x9DEDA2) is known color: Pale Green. HEX triplet: 9D, ED and A2. RGB value is (157,237,162). Sum of RGB (Red+Green+Blue) = 157+237+162=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEDA2 is #62125D. Grayscale: #CCCCCC. Windows color (decimal): -6427230 or 10677661. OLE color: 10677661.
HSL color Cylindrical-coordinate representation of color #9DEDA2: hue angle of 123.75º 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 #9DEDA2 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 162 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.07 |
| HSL | 123.75º | 0.69% | 0.77% | - |
| HSV(B) | 123.75º | 0.34% | 0.93% | - |
| XYZ | 50.71 | 70.35 | 45.09 | - |
| YUV | 204.53 | 104 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 162 | 0.34 | 0 | 0.32 | 0.07 | 123.75 | 0.69 | 0.77 |
| Hex | 9D | ED | A2 | 22 | 0 | 20 | 7 | 7C | 45 | 4D |
| Octal | 235 | 355 | 242 | 42 | 0 | 40 | 7 | 174 | 105 | 115 |
| Binary | 10011101 | 11101101 | 10100010 | 100010 | 0 | 100000 | 111 | 1111100 | 1000101 | 1001101 |
Color Harmonies of #9DEDA2
Complementary color
Monochromatic Colors of #9DEDA2
Black with #9DEDA2
Text Example
Text Example
White with #9DEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDA2; }
p { color: rgb(157,237,162); }
H1.HeaderClassName
{
color: #9DEDA2;
}
.AnyTagClassName
{
color: #9DEDA2;
}
</style>
background-color css
<style>
a { background-color: #9DEDA2; }
a { background-color: rgb(157,237,162); }
div.DivClassName
{
background-color: #9DEDA2;
}
.BgClassName
{
background-color: #9DEDA2;
}
</style>
border-color css
<style>
span { border-color: #9DEDA2; }
span { border-color: rgb(157,237,162); }
td.TdClassName
{
border-color: #9DEDA2;
}
.TagClassName
{
border-color: #9DEDA2;
}
</style>