Shades of Shadow Green #9DCABD
Tints of Shadow Green #9DCABD
RGB
CMYK
RGB Variations
Color information
#9DCABD (or 0x9DCABD) is known color: Shadow Green. HEX triplet: 9D, CA and BD. RGB value is (157,202,189). Sum of RGB (Red+Green+Blue) = 157+202+189=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCABD is #623542. Grayscale: #BBBBBB. Windows color (decimal): -6436163 or 12438173. OLE color: 12438173.
HSL color Cylindrical-coordinate representation of color #9DCABD: hue angle of 162.67º degrees, saturation: 0.3, 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 #9DCABD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 189 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.21 |
| HSL | 162.67º | 0.3% | 0.7% | - |
| HSV(B) | 162.67º | 0.22% | 0.79% | - |
| XYZ | 44.21 | 53.08 | 56.06 | - |
| YUV | 187.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 189 | 0.22 | 0 | 0.06 | 0.21 | 162.67 | 0.3 | 0.7 |
| Hex | 9D | CA | BD | 16 | 0 | 6 | 15 | A3 | 1E | 46 |
| Octal | 235 | 312 | 275 | 26 | 0 | 6 | 25 | 243 | 36 | 106 |
| Binary | 10011101 | 11001010 | 10111101 | 10110 | 0 | 110 | 10101 | 10100011 | 11110 | 1000110 |
Color Harmonies of #9DCABD
Complementary color
Monochromatic Colors of #9DCABD
Black with #9DCABD
Text Example
Text Example
White with #9DCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCABD; }
p { color: rgb(157,202,189); }
H1.HeaderClassName
{
color: #9DCABD;
}
.AnyTagClassName
{
color: #9DCABD;
}
</style>
background-color css
<style>
a { background-color: #9DCABD; }
a { background-color: rgb(157,202,189); }
div.DivClassName
{
background-color: #9DCABD;
}
.BgClassName
{
background-color: #9DCABD;
}
</style>
border-color css
<style>
span { border-color: #9DCABD; }
span { border-color: rgb(157,202,189); }
td.TdClassName
{
border-color: #9DCABD;
}
.TagClassName
{
border-color: #9DCABD;
}
</style>