Shades of Shadow Green #9DC4BF
Tints of Shadow Green #9DC4BF
RGB
CMYK
RGB Variations
Color information
#9DC4BF (or 0x9DC4BF) is known color: Shadow Green. HEX triplet: 9D, C4 and BF. RGB value is (157,196,191). Sum of RGB (Red+Green+Blue) = 157+196+191=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC4BF is #623B40. Grayscale: #B7B7B7. Windows color (decimal): -6437697 or 12567709. OLE color: 12567709.
HSL color Cylindrical-coordinate representation of color #9DC4BF: hue angle of 172.31º 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 #9DC4BF is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 191 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.23 |
| HSL | 172.31º | 0.25% | 0.69% | - |
| HSV(B) | 172.31º | 0.2% | 0.77% | - |
| XYZ | 43.05 | 50.41 | 56.75 | - |
| YUV | 183.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 191 | 0.20 | 0 | 0.03 | 0.23 | 172.31 | 0.25 | 0.69 |
| Hex | 9D | C4 | BF | 14 | 0 | 3 | 17 | AC | 19 | 45 |
| Octal | 235 | 304 | 277 | 24 | 0 | 3 | 27 | 254 | 31 | 105 |
| Binary | 10011101 | 11000100 | 10111111 | 10100 | 0 | 11 | 10111 | 10101100 | 11001 | 1000101 |
Color Harmonies of #9DC4BF
Complementary color
Monochromatic Colors of #9DC4BF
Black with #9DC4BF
Text Example
Text Example
White with #9DC4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC4BF; }
p { color: rgb(157,196,191); }
H1.HeaderClassName
{
color: #9DC4BF;
}
.AnyTagClassName
{
color: #9DC4BF;
}
</style>
background-color css
<style>
a { background-color: #9DC4BF; }
a { background-color: rgb(157,196,191); }
div.DivClassName
{
background-color: #9DC4BF;
}
.BgClassName
{
background-color: #9DC4BF;
}
</style>
border-color css
<style>
span { border-color: #9DC4BF; }
span { border-color: rgb(157,196,191); }
td.TdClassName
{
border-color: #9DC4BF;
}
.TagClassName
{
border-color: #9DC4BF;
}
</style>