Shades of Shadow Green #9ACCBB
Tints of Shadow Green #9ACCBB
RGB
CMYK
RGB Variations
Color information
#9ACCBB (or 0x9ACCBB) is known color: Shadow Green. HEX triplet: 9A, CC and BB. RGB value is (154,204,187). Sum of RGB (Red+Green+Blue) = 154+204+187=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCBB is #653344. Grayscale: #BBBBBB. Windows color (decimal): -6632261 or 12307610. OLE color: 12307610.
HSL color Cylindrical-coordinate representation of color #9ACCBB: hue angle of 159.6º 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 #9ACCBB is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 187 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.2 |
| HSL | 159.6º | 0.33% | 0.7% | - |
| HSV(B) | 159.6º | 0.25% | 0.8% | - |
| XYZ | 43.89 | 53.64 | 55.05 | - |
| YUV | 187.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 187 | 0.25 | 0 | 0.08 | 0.2 | 159.6 | 0.33 | 0.7 |
| Hex | 9A | CC | BB | 19 | 0 | 8 | 14 | A0 | 21 | 46 |
| Octal | 232 | 314 | 273 | 31 | 0 | 10 | 24 | 240 | 41 | 106 |
| Binary | 10011010 | 11001100 | 10111011 | 11001 | 0 | 1000 | 10100 | 10100000 | 100001 | 1000110 |
Color Harmonies of #9ACCBB
Complementary color
Monochromatic Colors of #9ACCBB
Black with #9ACCBB
Text Example
Text Example
White with #9ACCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACCBB; }
p { color: rgb(154,204,187); }
H1.HeaderClassName
{
color: #9ACCBB;
}
.AnyTagClassName
{
color: #9ACCBB;
}
</style>
background-color css
<style>
a { background-color: #9ACCBB; }
a { background-color: rgb(154,204,187); }
div.DivClassName
{
background-color: #9ACCBB;
}
.BgClassName
{
background-color: #9ACCBB;
}
</style>
border-color css
<style>
span { border-color: #9ACCBB; }
span { border-color: rgb(154,204,187); }
td.TdClassName
{
border-color: #9ACCBB;
}
.TagClassName
{
border-color: #9ACCBB;
}
</style>