Shades of Shadow Green #9ACCBD
Tints of Shadow Green #9ACCBD
RGB
CMYK
RGB Variations
Color information
#9ACCBD (or 0x9ACCBD) is known color: Shadow Green. HEX triplet: 9A, CC and BD. RGB value is (154,204,189). Sum of RGB (Red+Green+Blue) = 154+204+189=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCBD is #653342. Grayscale: #BBBBBB. Windows color (decimal): -6632259 or 12438682. OLE color: 12438682.
HSL color Cylindrical-coordinate representation of color #9ACCBD: hue angle of 162º degrees, saturation: 0.33, 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 #9ACCBD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 189 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.2 |
| HSL | 162º | 0.33% | 0.7% | - |
| HSV(B) | 162º | 0.25% | 0.8% | - |
| XYZ | 44.1 | 53.73 | 56.19 | - |
| YUV | 187.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 189 | 0.25 | 0 | 0.07 | 0.2 | 162 | 0.33 | 0.7 |
| Hex | 9A | CC | BD | 19 | 0 | 7 | 14 | A2 | 21 | 46 |
| Octal | 232 | 314 | 275 | 31 | 0 | 7 | 24 | 242 | 41 | 106 |
| Binary | 10011010 | 11001100 | 10111101 | 11001 | 0 | 111 | 10100 | 10100010 | 100001 | 1000110 |
Color Harmonies of #9ACCBD
Complementary color
Monochromatic Colors of #9ACCBD
Black with #9ACCBD
Text Example
Text Example
White with #9ACCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACCBD; }
p { color: rgb(154,204,189); }
H1.HeaderClassName
{
color: #9ACCBD;
}
.AnyTagClassName
{
color: #9ACCBD;
}
</style>
background-color css
<style>
a { background-color: #9ACCBD; }
a { background-color: rgb(154,204,189); }
div.DivClassName
{
background-color: #9ACCBD;
}
.BgClassName
{
background-color: #9ACCBD;
}
</style>
border-color css
<style>
span { border-color: #9ACCBD; }
span { border-color: rgb(154,204,189); }
td.TdClassName
{
border-color: #9ACCBD;
}
.TagClassName
{
border-color: #9ACCBD;
}
</style>