Shades of Shadow Green #9DC4BD
Tints of Shadow Green #9DC4BD
RGB
CMYK
RGB Variations
Color information
#9DC4BD (or 0x9DC4BD) is known color: Shadow Green. HEX triplet: 9D, C4 and BD. RGB value is (157,196,189). Sum of RGB (Red+Green+Blue) = 157+196+189=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC4BD is #623B42. Grayscale: #B7B7B7. Windows color (decimal): -6437699 or 12436637. OLE color: 12436637.
HSL color Cylindrical-coordinate representation of color #9DC4BD: hue angle of 169.23º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DC4BD is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 189 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.23 |
| HSL | 169.23º | 0.25% | 0.69% | - |
| HSV(B) | 169.23º | 0.2% | 0.77% | - |
| XYZ | 42.83 | 50.32 | 55.6 | - |
| YUV | 183.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 189 | 0.20 | 0 | 0.04 | 0.23 | 169.23 | 0.25 | 0.69 |
| Hex | 9D | C4 | BD | 14 | 0 | 4 | 17 | A9 | 19 | 45 |
| Octal | 235 | 304 | 275 | 24 | 0 | 4 | 27 | 251 | 31 | 105 |
| Binary | 10011101 | 11000100 | 10111101 | 10100 | 0 | 100 | 10111 | 10101001 | 11001 | 1000101 |
Color Harmonies of #9DC4BD
Complementary color
Monochromatic Colors of #9DC4BD
Black with #9DC4BD
Text Example
Text Example
White with #9DC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC4BD; }
p { color: rgb(157,196,189); }
H1.HeaderClassName
{
color: #9DC4BD;
}
.AnyTagClassName
{
color: #9DC4BD;
}
</style>
background-color css
<style>
a { background-color: #9DC4BD; }
a { background-color: rgb(157,196,189); }
div.DivClassName
{
background-color: #9DC4BD;
}
.BgClassName
{
background-color: #9DC4BD;
}
</style>
border-color css
<style>
span { border-color: #9DC4BD; }
span { border-color: rgb(157,196,189); }
td.TdClassName
{
border-color: #9DC4BD;
}
.TagClassName
{
border-color: #9DC4BD;
}
</style>