Shades of Shadow Green #9DC9BD
Tints of Shadow Green #9DC9BD
RGB
CMYK
RGB Variations
Color information
#9DC9BD (or 0x9DC9BD) is known color: Shadow Green. HEX triplet: 9D, C9 and BD. RGB value is (157,201,189). Sum of RGB (Red+Green+Blue) = 157+201+189=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC9BD is #623642. Grayscale: #BABABA. Windows color (decimal): -6436419 or 12437917. OLE color: 12437917.
HSL color Cylindrical-coordinate representation of color #9DC9BD: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC9BD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 189 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.21 |
| HSL | 163.64º | 0.29% | 0.7% | - |
| HSV(B) | 163.64º | 0.22% | 0.79% | - |
| XYZ | 43.98 | 52.62 | 55.98 | - |
| YUV | 186.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 189 | 0.22 | 0 | 0.06 | 0.21 | 163.64 | 0.29 | 0.7 |
| Hex | 9D | C9 | BD | 16 | 0 | 6 | 15 | A4 | 1D | 46 |
| Octal | 235 | 311 | 275 | 26 | 0 | 6 | 25 | 244 | 35 | 106 |
| Binary | 10011101 | 11001001 | 10111101 | 10110 | 0 | 110 | 10101 | 10100100 | 11101 | 1000110 |
Color Harmonies of #9DC9BD
Complementary color
Monochromatic Colors of #9DC9BD
Black with #9DC9BD
Text Example
Text Example
White with #9DC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC9BD; }
p { color: rgb(157,201,189); }
H1.HeaderClassName
{
color: #9DC9BD;
}
.AnyTagClassName
{
color: #9DC9BD;
}
</style>
background-color css
<style>
a { background-color: #9DC9BD; }
a { background-color: rgb(157,201,189); }
div.DivClassName
{
background-color: #9DC9BD;
}
.BgClassName
{
background-color: #9DC9BD;
}
</style>
border-color css
<style>
span { border-color: #9DC9BD; }
span { border-color: rgb(157,201,189); }
td.TdClassName
{
border-color: #9DC9BD;
}
.TagClassName
{
border-color: #9DC9BD;
}
</style>