Shades of Shadow Green #9ACDC0
Tints of Shadow Green #9ACDC0
RGB
CMYK
RGB Variations
Color information
#9ACDC0 (or 0x9ACDC0) is known color: Shadow Green. HEX triplet: 9A, CD and C0. RGB value is (154,205,192). Sum of RGB (Red+Green+Blue) = 154+205+192=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDC0 is #65323F. Grayscale: #BCBCBC. Windows color (decimal): -6632000 or 12635546. OLE color: 12635546.
HSL color Cylindrical-coordinate representation of color #9ACDC0: hue angle of 164.71º 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 #9ACDC0 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 192 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.20 |
| HSL | 164.71º | 0.34% | 0.7% | - |
| HSV(B) | 164.71º | 0.25% | 0.8% | - |
| XYZ | 44.67 | 54.34 | 58 | - |
| YUV | 188.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 192 | 0.25 | 0 | 0.06 | 0.20 | 164.71 | 0.34 | 0.7 |
| Hex | 9A | CD | C0 | 19 | 0 | 6 | 14 | A5 | 22 | 46 |
| Octal | 232 | 315 | 300 | 31 | 0 | 6 | 24 | 245 | 42 | 106 |
| Binary | 10011010 | 11001101 | 11000000 | 11001 | 0 | 110 | 10100 | 10100101 | 100010 | 1000110 |
Color Harmonies of #9ACDC0
Complementary color
Monochromatic Colors of #9ACDC0
Black with #9ACDC0
Text Example
Text Example
White with #9ACDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDC0; }
p { color: rgb(154,205,192); }
H1.HeaderClassName
{
color: #9ACDC0;
}
.AnyTagClassName
{
color: #9ACDC0;
}
</style>
background-color css
<style>
a { background-color: #9ACDC0; }
a { background-color: rgb(154,205,192); }
div.DivClassName
{
background-color: #9ACDC0;
}
.BgClassName
{
background-color: #9ACDC0;
}
</style>
border-color css
<style>
span { border-color: #9ACDC0; }
span { border-color: rgb(154,205,192); }
td.TdClassName
{
border-color: #9ACDC0;
}
.TagClassName
{
border-color: #9ACDC0;
}
</style>