Shades of Shadow Green #9FCAB9
Tints of Shadow Green #9FCAB9
RGB
CMYK
RGB Variations
Color information
#9FCAB9 (or 0x9FCAB9) is known color: Shadow Green. HEX triplet: 9F, CA and B9. RGB value is (159,202,185). Sum of RGB (Red+Green+Blue) = 159+202+185=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAB9 is #603546. Grayscale: #BBBBBB. Windows color (decimal): -6305095 or 12176031. OLE color: 12176031.
HSL color Cylindrical-coordinate representation of color #9FCAB9: hue angle of 156.28º degrees, saturation: 0.29, 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 #9FCAB9 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 185 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.21 |
| HSL | 156.28º | 0.29% | 0.71% | - |
| HSV(B) | 156.28º | 0.21% | 0.79% | - |
| XYZ | 44.18 | 53.11 | 53.82 | - |
| YUV | 187.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 185 | 0.21 | 0 | 0.08 | 0.21 | 156.28 | 0.29 | 0.71 |
| Hex | 9F | CA | B9 | 15 | 0 | 8 | 15 | 9C | 1D | 47 |
| Octal | 237 | 312 | 271 | 25 | 0 | 10 | 25 | 234 | 35 | 107 |
| Binary | 10011111 | 11001010 | 10111001 | 10101 | 0 | 1000 | 10101 | 10011100 | 11101 | 1000111 |
Color Harmonies of #9FCAB9
Complementary color
Monochromatic Colors of #9FCAB9
Black with #9FCAB9
Text Example
Text Example
White with #9FCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCAB9; }
p { color: rgb(159,202,185); }
H1.HeaderClassName
{
color: #9FCAB9;
}
.AnyTagClassName
{
color: #9FCAB9;
}
</style>
background-color css
<style>
a { background-color: #9FCAB9; }
a { background-color: rgb(159,202,185); }
div.DivClassName
{
background-color: #9FCAB9;
}
.BgClassName
{
background-color: #9FCAB9;
}
</style>
border-color css
<style>
span { border-color: #9FCAB9; }
span { border-color: rgb(159,202,185); }
td.TdClassName
{
border-color: #9FCAB9;
}
.TagClassName
{
border-color: #9FCAB9;
}
</style>