Shades of Shadow Green #9AC0BC
Tints of Shadow Green #9AC0BC
RGB
CMYK
RGB Variations
Color information
#9AC0BC (or 0x9AC0BC) is known color: Shadow Green. HEX triplet: 9A, C0 and BC. RGB value is (154,192,188). Sum of RGB (Red+Green+Blue) = 154+192+188=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0BC is #653F43. Grayscale: #B4B4B4. Windows color (decimal): -6635332 or 12370074. OLE color: 12370074.
HSL color Cylindrical-coordinate representation of color #9AC0BC: hue angle of 173.68º 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 #9AC0BC is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 188 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.25 |
| HSL | 173.68º | 0.23% | 0.68% | - |
| HSV(B) | 173.68º | 0.2% | 0.75% | - |
| XYZ | 41.25 | 48.2 | 54.71 | - |
| YUV | 180.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 188 | 0.20 | 0 | 0.02 | 0.25 | 173.68 | 0.23 | 0.68 |
| Hex | 9A | C0 | BC | 14 | 0 | 2 | 19 | AE | 17 | 44 |
| Octal | 232 | 300 | 274 | 24 | 0 | 2 | 31 | 256 | 27 | 104 |
| Binary | 10011010 | 11000000 | 10111100 | 10100 | 0 | 10 | 11001 | 10101110 | 10111 | 1000100 |
Color Harmonies of #9AC0BC
Complementary color
Monochromatic Colors of #9AC0BC
Black with #9AC0BC
Text Example
Text Example
White with #9AC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0BC; }
p { color: rgb(154,192,188); }
H1.HeaderClassName
{
color: #9AC0BC;
}
.AnyTagClassName
{
color: #9AC0BC;
}
</style>
background-color css
<style>
a { background-color: #9AC0BC; }
a { background-color: rgb(154,192,188); }
div.DivClassName
{
background-color: #9AC0BC;
}
.BgClassName
{
background-color: #9AC0BC;
}
</style>
border-color css
<style>
span { border-color: #9AC0BC; }
span { border-color: rgb(154,192,188); }
td.TdClassName
{
border-color: #9AC0BC;
}
.TagClassName
{
border-color: #9AC0BC;
}
</style>