Shades of Shadow Green #9AC0BE
Tints of Shadow Green #9AC0BE
RGB
CMYK
RGB Variations
Color information
#9AC0BE (or 0x9AC0BE) is known color: Shadow Green. HEX triplet: 9A, C0 and BE. RGB value is (154,192,190). Sum of RGB (Red+Green+Blue) = 154+192+190=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0BE is #653F41. Grayscale: #B4B4B4. Windows color (decimal): -6635330 or 12501146. OLE color: 12501146.
HSL color Cylindrical-coordinate representation of color #9AC0BE: hue angle of 176.84º 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 #9AC0BE is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 190 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.25 |
| HSL | 176.84º | 0.23% | 0.68% | - |
| HSV(B) | 176.84º | 0.2% | 0.75% | - |
| XYZ | 41.47 | 48.29 | 55.85 | - |
| YUV | 180.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 190 | 0.20 | 0 | 0.01 | 0.25 | 176.84 | 0.23 | 0.68 |
| Hex | 9A | C0 | BE | 14 | 0 | 1 | 19 | B1 | 17 | 44 |
| Octal | 232 | 300 | 276 | 24 | 0 | 1 | 31 | 261 | 27 | 104 |
| Binary | 10011010 | 11000000 | 10111110 | 10100 | 0 | 1 | 11001 | 10110001 | 10111 | 1000100 |
Color Harmonies of #9AC0BE
Complementary color
Monochromatic Colors of #9AC0BE
Black with #9AC0BE
Text Example
Text Example
White with #9AC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0BE; }
p { color: rgb(154,192,190); }
H1.HeaderClassName
{
color: #9AC0BE;
}
.AnyTagClassName
{
color: #9AC0BE;
}
</style>
background-color css
<style>
a { background-color: #9AC0BE; }
a { background-color: rgb(154,192,190); }
div.DivClassName
{
background-color: #9AC0BE;
}
.BgClassName
{
background-color: #9AC0BE;
}
</style>
border-color css
<style>
span { border-color: #9AC0BE; }
span { border-color: rgb(154,192,190); }
td.TdClassName
{
border-color: #9AC0BE;
}
.TagClassName
{
border-color: #9AC0BE;
}
</style>