Shades of Shadow Green #9ACDBD
Tints of Shadow Green #9ACDBD
RGB
CMYK
RGB Variations
Color information
#9ACDBD (or 0x9ACDBD) is known color: Shadow Green. HEX triplet: 9A, CD and BD. RGB value is (154,205,189). Sum of RGB (Red+Green+Blue) = 154+205+189=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDBD is #653242. Grayscale: #BBBBBB. Windows color (decimal): -6632003 or 12438938. OLE color: 12438938.
HSL color Cylindrical-coordinate representation of color #9ACDBD: hue angle of 161.18º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACDBD is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 189 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.20 |
| HSL | 161.18º | 0.34% | 0.7% | - |
| HSV(B) | 161.18º | 0.25% | 0.8% | - |
| XYZ | 44.34 | 54.21 | 56.27 | - |
| YUV | 187.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 189 | 0.25 | 0 | 0.08 | 0.20 | 161.18 | 0.34 | 0.7 |
| Hex | 9A | CD | BD | 19 | 0 | 8 | 14 | A1 | 22 | 46 |
| Octal | 232 | 315 | 275 | 31 | 0 | 10 | 24 | 241 | 42 | 106 |
| Binary | 10011010 | 11001101 | 10111101 | 11001 | 0 | 1000 | 10100 | 10100001 | 100010 | 1000110 |
Color Harmonies of #9ACDBD
Complementary color
Monochromatic Colors of #9ACDBD
Black with #9ACDBD
Text Example
Text Example
White with #9ACDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDBD; }
p { color: rgb(154,205,189); }
H1.HeaderClassName
{
color: #9ACDBD;
}
.AnyTagClassName
{
color: #9ACDBD;
}
</style>
background-color css
<style>
a { background-color: #9ACDBD; }
a { background-color: rgb(154,205,189); }
div.DivClassName
{
background-color: #9ACDBD;
}
.BgClassName
{
background-color: #9ACDBD;
}
</style>
border-color css
<style>
span { border-color: #9ACDBD; }
span { border-color: rgb(154,205,189); }
td.TdClassName
{
border-color: #9ACDBD;
}
.TagClassName
{
border-color: #9ACDBD;
}
</style>