Shades of Shadow Green #9DBFB4
Tints of Shadow Green #9DBFB4
RGB
CMYK
RGB Variations
Color information
#9DBFB4 (or 0x9DBFB4) is known color: Shadow Green. HEX triplet: 9D, BF and B4. RGB value is (157,191,180). Sum of RGB (Red+Green+Blue) = 157+191+180=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFB4 is #62404B. Grayscale: #B3B3B3. Windows color (decimal): -6438988 or 11845533. OLE color: 11845533.
HSL color Cylindrical-coordinate representation of color #9DBFB4: hue angle of 160.59º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBFB4 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 180 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.25 |
| HSL | 160.59º | 0.21% | 0.68% | - |
| HSV(B) | 160.59º | 0.18% | 0.75% | - |
| XYZ | 40.77 | 47.72 | 50.24 | - |
| YUV | 179.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 180 | 0.18 | 0 | 0.06 | 0.25 | 160.59 | 0.21 | 0.68 |
| Hex | 9D | BF | B4 | 12 | 0 | 6 | 19 | A1 | 15 | 44 |
| Octal | 235 | 277 | 264 | 22 | 0 | 6 | 31 | 241 | 25 | 104 |
| Binary | 10011101 | 10111111 | 10110100 | 10010 | 0 | 110 | 11001 | 10100001 | 10101 | 1000100 |
Color Harmonies of #9DBFB4
Complementary color
Monochromatic Colors of #9DBFB4
Black with #9DBFB4
Text Example
Text Example
White with #9DBFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFB4; }
p { color: rgb(157,191,180); }
H1.HeaderClassName
{
color: #9DBFB4;
}
.AnyTagClassName
{
color: #9DBFB4;
}
</style>
background-color css
<style>
a { background-color: #9DBFB4; }
a { background-color: rgb(157,191,180); }
div.DivClassName
{
background-color: #9DBFB4;
}
.BgClassName
{
background-color: #9DBFB4;
}
</style>
border-color css
<style>
span { border-color: #9DBFB4; }
span { border-color: rgb(157,191,180); }
td.TdClassName
{
border-color: #9DBFB4;
}
.TagClassName
{
border-color: #9DBFB4;
}
</style>