Shades of Shadow Green #9ABDB9
Tints of Shadow Green #9ABDB9
RGB
CMYK
RGB Variations
Color information
#9ABDB9 (or 0x9ABDB9) is known color: Shadow Green. HEX triplet: 9A, BD and B9. RGB value is (154,189,185). Sum of RGB (Red+Green+Blue) = 154+189+185=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDB9 is #654246. Grayscale: #B2B2B2. Windows color (decimal): -6636103 or 12172698. OLE color: 12172698.
HSL color Cylindrical-coordinate representation of color #9ABDB9: hue angle of 173.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABDB9 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 185 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.26 |
| HSL | 173.14º | 0.21% | 0.67% | - |
| HSV(B) | 173.14º | 0.19% | 0.74% | - |
| XYZ | 40.28 | 46.77 | 52.8 | - |
| YUV | 178.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 185 | 0.19 | 0 | 0.02 | 0.26 | 173.14 | 0.21 | 0.67 |
| Hex | 9A | BD | B9 | 13 | 0 | 2 | 1A | AD | 15 | 43 |
| Octal | 232 | 275 | 271 | 23 | 0 | 2 | 32 | 255 | 25 | 103 |
| Binary | 10011010 | 10111101 | 10111001 | 10011 | 0 | 10 | 11010 | 10101101 | 10101 | 1000011 |
Color Harmonies of #9ABDB9
Complementary color
Monochromatic Colors of #9ABDB9
Black with #9ABDB9
Text Example
Text Example
White with #9ABDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDB9; }
p { color: rgb(154,189,185); }
H1.HeaderClassName
{
color: #9ABDB9;
}
.AnyTagClassName
{
color: #9ABDB9;
}
</style>
background-color css
<style>
a { background-color: #9ABDB9; }
a { background-color: rgb(154,189,185); }
div.DivClassName
{
background-color: #9ABDB9;
}
.BgClassName
{
background-color: #9ABDB9;
}
</style>
border-color css
<style>
span { border-color: #9ABDB9; }
span { border-color: rgb(154,189,185); }
td.TdClassName
{
border-color: #9ABDB9;
}
.TagClassName
{
border-color: #9ABDB9;
}
</style>