Shades of Shadow Green #9FC9BA
Tints of Shadow Green #9FC9BA
RGB
CMYK
RGB Variations
Color information
#9FC9BA (or 0x9FC9BA) is known color: Shadow Green. HEX triplet: 9F, C9 and BA. RGB value is (159,201,186). Sum of RGB (Red+Green+Blue) = 159+201+186=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9BA is #603645. Grayscale: #BABABA. Windows color (decimal): -6305350 or 12241311. OLE color: 12241311.
HSL color Cylindrical-coordinate representation of color #9FC9BA: hue angle of 158.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC9BA is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 186 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.21 |
| HSL | 158.57º | 0.28% | 0.71% | - |
| HSV(B) | 158.57º | 0.21% | 0.79% | - |
| XYZ | 44.05 | 52.69 | 54.3 | - |
| YUV | 186.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 186 | 0.21 | 0 | 0.07 | 0.21 | 158.57 | 0.28 | 0.71 |
| Hex | 9F | C9 | BA | 15 | 0 | 7 | 15 | 9F | 1C | 47 |
| Octal | 237 | 311 | 272 | 25 | 0 | 7 | 25 | 237 | 34 | 107 |
| Binary | 10011111 | 11001001 | 10111010 | 10101 | 0 | 111 | 10101 | 10011111 | 11100 | 1000111 |
Color Harmonies of #9FC9BA
Complementary color
Monochromatic Colors of #9FC9BA
Black with #9FC9BA
Text Example
Text Example
White with #9FC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC9BA; }
p { color: rgb(159,201,186); }
H1.HeaderClassName
{
color: #9FC9BA;
}
.AnyTagClassName
{
color: #9FC9BA;
}
</style>
background-color css
<style>
a { background-color: #9FC9BA; }
a { background-color: rgb(159,201,186); }
div.DivClassName
{
background-color: #9FC9BA;
}
.BgClassName
{
background-color: #9FC9BA;
}
</style>
border-color css
<style>
span { border-color: #9FC9BA; }
span { border-color: rgb(159,201,186); }
td.TdClassName
{
border-color: #9FC9BA;
}
.TagClassName
{
border-color: #9FC9BA;
}
</style>