Shades of Shadow Green #9ACDC1
Tints of Shadow Green #9ACDC1
RGB
CMYK
RGB Variations
Color information
#9ACDC1 (or 0x9ACDC1) is known color: Shadow Green. HEX triplet: 9A, CD and C1. RGB value is (154,205,193). Sum of RGB (Red+Green+Blue) = 154+205+193=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDC1 is #65323E. Grayscale: #BCBCBC. Windows color (decimal): -6631999 or 12701082. OLE color: 12701082.
HSL color Cylindrical-coordinate representation of color #9ACDC1: hue angle of 165.88º 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 #9ACDC1 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 193 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.20 |
| HSL | 165.88º | 0.34% | 0.7% | - |
| HSV(B) | 165.88º | 0.25% | 0.8% | - |
| XYZ | 44.78 | 54.38 | 58.59 | - |
| YUV | 188.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 193 | 0.25 | 0 | 0.06 | 0.20 | 165.88 | 0.34 | 0.7 |
| Hex | 9A | CD | C1 | 19 | 0 | 6 | 14 | A6 | 22 | 46 |
| Octal | 232 | 315 | 301 | 31 | 0 | 6 | 24 | 246 | 42 | 106 |
| Binary | 10011010 | 11001101 | 11000001 | 11001 | 0 | 110 | 10100 | 10100110 | 100010 | 1000110 |
Color Harmonies of #9ACDC1
Complementary color
Monochromatic Colors of #9ACDC1
Black with #9ACDC1
Text Example
Text Example
White with #9ACDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDC1; }
p { color: rgb(154,205,193); }
H1.HeaderClassName
{
color: #9ACDC1;
}
.AnyTagClassName
{
color: #9ACDC1;
}
</style>
background-color css
<style>
a { background-color: #9ACDC1; }
a { background-color: rgb(154,205,193); }
div.DivClassName
{
background-color: #9ACDC1;
}
.BgClassName
{
background-color: #9ACDC1;
}
</style>
border-color css
<style>
span { border-color: #9ACDC1; }
span { border-color: rgb(154,205,193); }
td.TdClassName
{
border-color: #9ACDC1;
}
.TagClassName
{
border-color: #9ACDC1;
}
</style>