Shades of Shadow Green #9FBAB4
Tints of Shadow Green #9FBAB4
RGB
CMYK
RGB Variations
Color information
#9FBAB4 (or 0x9FBAB4) is known color: Shadow Green. HEX triplet: 9F, BA and B4. RGB value is (159,186,180). Sum of RGB (Red+Green+Blue) = 159+186+180=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAB4 is #60454B. Grayscale: #B1B1B1. Windows color (decimal): -6309196 or 11844255. OLE color: 11844255.
HSL color Cylindrical-coordinate representation of color #9FBAB4: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAB4 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 180 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.27 |
| HSL | 166.67º | 0.16% | 0.68% | - |
| HSV(B) | 166.67º | 0.15% | 0.73% | - |
| XYZ | 40.1 | 45.78 | 49.9 | - |
| YUV | 177.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 180 | 0.15 | 0 | 0.03 | 0.27 | 166.67 | 0.16 | 0.68 |
| Hex | 9F | BA | B4 | F | 0 | 3 | 1B | A7 | 10 | 44 |
| Octal | 237 | 272 | 264 | 17 | 0 | 3 | 33 | 247 | 20 | 104 |
| Binary | 10011111 | 10111010 | 10110100 | 1111 | 0 | 11 | 11011 | 10100111 | 10000 | 1000100 |
Color Harmonies of #9FBAB4
Complementary color
Monochromatic Colors of #9FBAB4
Black with #9FBAB4
Text Example
Text Example
White with #9FBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAB4; }
p { color: rgb(159,186,180); }
H1.HeaderClassName
{
color: #9FBAB4;
}
.AnyTagClassName
{
color: #9FBAB4;
}
</style>
background-color css
<style>
a { background-color: #9FBAB4; }
a { background-color: rgb(159,186,180); }
div.DivClassName
{
background-color: #9FBAB4;
}
.BgClassName
{
background-color: #9FBAB4;
}
</style>
border-color css
<style>
span { border-color: #9FBAB4; }
span { border-color: rgb(159,186,180); }
td.TdClassName
{
border-color: #9FBAB4;
}
.TagClassName
{
border-color: #9FBAB4;
}
</style>