Shades of Shadow Green #9DC5B7
Tints of Shadow Green #9DC5B7
RGB
CMYK
RGB Variations
Color information
#9DC5B7 (or 0x9DC5B7) is known color: Shadow Green. HEX triplet: 9D, C5 and B7. RGB value is (157,197,183). Sum of RGB (Red+Green+Blue) = 157+197+183=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC5B7 is #623A48. Grayscale: #B7B7B7. Windows color (decimal): -6437449 or 12043677. OLE color: 12043677.
HSL color Cylindrical-coordinate representation of color #9DC5B7: hue angle of 159º degrees, saturation: 0.26, 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 #9DC5B7 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 183 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.23 |
| HSL | 159º | 0.26% | 0.69% | - |
| HSV(B) | 159º | 0.2% | 0.77% | - |
| XYZ | 42.42 | 50.52 | 52.32 | - |
| YUV | 183.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 183 | 0.20 | 0 | 0.07 | 0.23 | 159 | 0.26 | 0.69 |
| Hex | 9D | C5 | B7 | 14 | 0 | 7 | 17 | 9F | 1A | 45 |
| Octal | 235 | 305 | 267 | 24 | 0 | 7 | 27 | 237 | 32 | 105 |
| Binary | 10011101 | 11000101 | 10110111 | 10100 | 0 | 111 | 10111 | 10011111 | 11010 | 1000101 |
Color Harmonies of #9DC5B7
Complementary color
Monochromatic Colors of #9DC5B7
Black with #9DC5B7
Text Example
Text Example
White with #9DC5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC5B7; }
p { color: rgb(157,197,183); }
H1.HeaderClassName
{
color: #9DC5B7;
}
.AnyTagClassName
{
color: #9DC5B7;
}
</style>
background-color css
<style>
a { background-color: #9DC5B7; }
a { background-color: rgb(157,197,183); }
div.DivClassName
{
background-color: #9DC5B7;
}
.BgClassName
{
background-color: #9DC5B7;
}
</style>
border-color css
<style>
span { border-color: #9DC5B7; }
span { border-color: rgb(157,197,183); }
td.TdClassName
{
border-color: #9DC5B7;
}
.TagClassName
{
border-color: #9DC5B7;
}
</style>