Shades of Shadow Green #9ACDC2
Tints of Shadow Green #9ACDC2
RGB
CMYK
RGB Variations
Color information
#9ACDC2 (or 0x9ACDC2) is known color: Shadow Green. HEX triplet: 9A, CD and C2. RGB value is (154,205,194). Sum of RGB (Red+Green+Blue) = 154+205+194=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDC2 is #65323D. Grayscale: #BCBCBC. Windows color (decimal): -6631998 or 12766618. OLE color: 12766618.
HSL color Cylindrical-coordinate representation of color #9ACDC2: hue angle of 167.06º 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 #9ACDC2 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 194 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.20 |
| HSL | 167.06º | 0.34% | 0.7% | - |
| HSV(B) | 167.06º | 0.25% | 0.8% | - |
| XYZ | 44.9 | 54.43 | 59.18 | - |
| YUV | 188.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 194 | 0.25 | 0 | 0.05 | 0.20 | 167.06 | 0.34 | 0.7 |
| Hex | 9A | CD | C2 | 19 | 0 | 5 | 14 | A7 | 22 | 46 |
| Octal | 232 | 315 | 302 | 31 | 0 | 5 | 24 | 247 | 42 | 106 |
| Binary | 10011010 | 11001101 | 11000010 | 11001 | 0 | 101 | 10100 | 10100111 | 100010 | 1000110 |
Color Harmonies of #9ACDC2
Complementary color
Monochromatic Colors of #9ACDC2
Black with #9ACDC2
Text Example
Text Example
White with #9ACDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDC2; }
p { color: rgb(154,205,194); }
H1.HeaderClassName
{
color: #9ACDC2;
}
.AnyTagClassName
{
color: #9ACDC2;
}
</style>
background-color css
<style>
a { background-color: #9ACDC2; }
a { background-color: rgb(154,205,194); }
div.DivClassName
{
background-color: #9ACDC2;
}
.BgClassName
{
background-color: #9ACDC2;
}
</style>
border-color css
<style>
span { border-color: #9ACDC2; }
span { border-color: rgb(154,205,194); }
td.TdClassName
{
border-color: #9ACDC2;
}
.TagClassName
{
border-color: #9ACDC2;
}
</style>