Shades of Shadow Green #9DCABA
Tints of Shadow Green #9DCABA
RGB
CMYK
RGB Variations
Color information
#9DCABA (or 0x9DCABA) is known color: Shadow Green. HEX triplet: 9D, CA and BA. RGB value is (157,202,186). Sum of RGB (Red+Green+Blue) = 157+202+186=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCABA is #623545. Grayscale: #BABABA. Windows color (decimal): -6436166 or 12241565. OLE color: 12241565.
HSL color Cylindrical-coordinate representation of color #9DCABA: hue angle of 158.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 #9DCABA is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 186 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.21 |
| HSL | 158.67º | 0.3% | 0.7% | - |
| HSV(B) | 158.67º | 0.22% | 0.79% | - |
| XYZ | 43.89 | 52.95 | 54.36 | - |
| YUV | 186.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 186 | 0.22 | 0 | 0.08 | 0.21 | 158.67 | 0.3 | 0.7 |
| Hex | 9D | CA | BA | 16 | 0 | 8 | 15 | 9F | 1E | 46 |
| Octal | 235 | 312 | 272 | 26 | 0 | 10 | 25 | 237 | 36 | 106 |
| Binary | 10011101 | 11001010 | 10111010 | 10110 | 0 | 1000 | 10101 | 10011111 | 11110 | 1000110 |
Color Harmonies of #9DCABA
Complementary color
Monochromatic Colors of #9DCABA
Black with #9DCABA
Text Example
Text Example
White with #9DCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCABA; }
p { color: rgb(157,202,186); }
H1.HeaderClassName
{
color: #9DCABA;
}
.AnyTagClassName
{
color: #9DCABA;
}
</style>
background-color css
<style>
a { background-color: #9DCABA; }
a { background-color: rgb(157,202,186); }
div.DivClassName
{
background-color: #9DCABA;
}
.BgClassName
{
background-color: #9DCABA;
}
</style>
border-color css
<style>
span { border-color: #9DCABA; }
span { border-color: rgb(157,202,186); }
td.TdClassName
{
border-color: #9DCABA;
}
.TagClassName
{
border-color: #9DCABA;
}
</style>