Shades of Pale Green #9DEDA5
Tints of Pale Green #9DEDA5
RGB
CMYK
RGB Variations
Color information
#9DEDA5 (or 0x9DEDA5) is known color: Pale Green. HEX triplet: 9D, ED and A5. RGB value is (157,237,165). Sum of RGB (Red+Green+Blue) = 157+237+165=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEDA5 is #62125A. Grayscale: #CDCDCD. Windows color (decimal): -6427227 or 10874269. OLE color: 10874269.
HSL color Cylindrical-coordinate representation of color #9DEDA5: hue angle of 126º 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 #9DEDA5 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 165 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.07 |
| HSL | 126º | 0.69% | 0.77% | - |
| HSV(B) | 126º | 0.34% | 0.93% | - |
| XYZ | 50.98 | 70.45 | 46.51 | - |
| YUV | 204.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 165 | 0.34 | 0 | 0.30 | 0.07 | 126 | 0.69 | 0.77 |
| Hex | 9D | ED | A5 | 22 | 0 | 1E | 7 | 7E | 45 | 4D |
| Octal | 235 | 355 | 245 | 42 | 0 | 36 | 7 | 176 | 105 | 115 |
| Binary | 10011101 | 11101101 | 10100101 | 100010 | 0 | 11110 | 111 | 1111110 | 1000101 | 1001101 |
Color Harmonies of #9DEDA5
Complementary color
Monochromatic Colors of #9DEDA5
Black with #9DEDA5
Text Example
Text Example
White with #9DEDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDA5; }
p { color: rgb(157,237,165); }
H1.HeaderClassName
{
color: #9DEDA5;
}
.AnyTagClassName
{
color: #9DEDA5;
}
</style>
background-color css
<style>
a { background-color: #9DEDA5; }
a { background-color: rgb(157,237,165); }
div.DivClassName
{
background-color: #9DEDA5;
}
.BgClassName
{
background-color: #9DEDA5;
}
</style>
border-color css
<style>
span { border-color: #9DEDA5; }
span { border-color: rgb(157,237,165); }
td.TdClassName
{
border-color: #9DEDA5;
}
.TagClassName
{
border-color: #9DEDA5;
}
</style>