Shades of Shadow Green #9AC0BA
Tints of Shadow Green #9AC0BA
RGB
CMYK
RGB Variations
Color information
#9AC0BA (or 0x9AC0BA) is known color: Shadow Green. HEX triplet: 9A, C0 and BA. RGB value is (154,192,186). Sum of RGB (Red+Green+Blue) = 154+192+186=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0BA is #653F45. Grayscale: #B3B3B3. Windows color (decimal): -6635334 or 12239002. OLE color: 12239002.
HSL color Cylindrical-coordinate representation of color #9AC0BA: hue angle of 170.53º 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 #9AC0BA is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 186 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.25 |
| HSL | 170.53º | 0.23% | 0.68% | - |
| HSV(B) | 170.53º | 0.2% | 0.75% | - |
| XYZ | 41.04 | 48.11 | 53.58 | - |
| YUV | 179.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 186 | 0.20 | 0 | 0.03 | 0.25 | 170.53 | 0.23 | 0.68 |
| Hex | 9A | C0 | BA | 14 | 0 | 3 | 19 | AB | 17 | 44 |
| Octal | 232 | 300 | 272 | 24 | 0 | 3 | 31 | 253 | 27 | 104 |
| Binary | 10011010 | 11000000 | 10111010 | 10100 | 0 | 11 | 11001 | 10101011 | 10111 | 1000100 |
Color Harmonies of #9AC0BA
Complementary color
Monochromatic Colors of #9AC0BA
Black with #9AC0BA
Text Example
Text Example
White with #9AC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0BA; }
p { color: rgb(154,192,186); }
H1.HeaderClassName
{
color: #9AC0BA;
}
.AnyTagClassName
{
color: #9AC0BA;
}
</style>
background-color css
<style>
a { background-color: #9AC0BA; }
a { background-color: rgb(154,192,186); }
div.DivClassName
{
background-color: #9AC0BA;
}
.BgClassName
{
background-color: #9AC0BA;
}
</style>
border-color css
<style>
span { border-color: #9AC0BA; }
span { border-color: rgb(154,192,186); }
td.TdClassName
{
border-color: #9AC0BA;
}
.TagClassName
{
border-color: #9AC0BA;
}
</style>