Shades of Shadow Green #9AC0BD
Tints of Shadow Green #9AC0BD
RGB
CMYK
RGB Variations
Color information
#9AC0BD (or 0x9AC0BD) is known color: Shadow Green. HEX triplet: 9A, C0 and BD. RGB value is (154,192,189). Sum of RGB (Red+Green+Blue) = 154+192+189=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0BD is #653F42. Grayscale: #B4B4B4. Windows color (decimal): -6635331 or 12435610. OLE color: 12435610.
HSL color Cylindrical-coordinate representation of color #9AC0BD: hue angle of 175.26º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AC0BD is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 189 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.25 |
| HSL | 175.26º | 0.23% | 0.68% | - |
| HSV(B) | 175.26º | 0.2% | 0.75% | - |
| XYZ | 41.36 | 48.24 | 55.28 | - |
| YUV | 180.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 189 | 0.20 | 0 | 0.02 | 0.25 | 175.26 | 0.23 | 0.68 |
| Hex | 9A | C0 | BD | 14 | 0 | 2 | 19 | AF | 17 | 44 |
| Octal | 232 | 300 | 275 | 24 | 0 | 2 | 31 | 257 | 27 | 104 |
| Binary | 10011010 | 11000000 | 10111101 | 10100 | 0 | 10 | 11001 | 10101111 | 10111 | 1000100 |
Color Harmonies of #9AC0BD
Complementary color
Monochromatic Colors of #9AC0BD
Black with #9AC0BD
Text Example
Text Example
White with #9AC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0BD; }
p { color: rgb(154,192,189); }
H1.HeaderClassName
{
color: #9AC0BD;
}
.AnyTagClassName
{
color: #9AC0BD;
}
</style>
background-color css
<style>
a { background-color: #9AC0BD; }
a { background-color: rgb(154,192,189); }
div.DivClassName
{
background-color: #9AC0BD;
}
.BgClassName
{
background-color: #9AC0BD;
}
</style>
border-color css
<style>
span { border-color: #9AC0BD; }
span { border-color: rgb(154,192,189); }
td.TdClassName
{
border-color: #9AC0BD;
}
.TagClassName
{
border-color: #9AC0BD;
}
</style>