Shades of Shadow Green #9ABDB7
Tints of Shadow Green #9ABDB7
RGB
CMYK
RGB Variations
Color information
#9ABDB7 (or 0x9ABDB7) is known color: Shadow Green. HEX triplet: 9A, BD and B7. RGB value is (154,189,183). Sum of RGB (Red+Green+Blue) = 154+189+183=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDB7 is #654248. Grayscale: #B1B1B1. Windows color (decimal): -6636105 or 12041626. OLE color: 12041626.
HSL color Cylindrical-coordinate representation of color #9ABDB7: hue angle of 169.71º 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 #9ABDB7 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 183 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.26 |
| HSL | 169.71º | 0.21% | 0.67% | - |
| HSV(B) | 169.71º | 0.19% | 0.74% | - |
| XYZ | 40.07 | 46.68 | 51.7 | - |
| YUV | 177.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 183 | 0.19 | 0 | 0.03 | 0.26 | 169.71 | 0.21 | 0.67 |
| Hex | 9A | BD | B7 | 13 | 0 | 3 | 1A | AA | 15 | 43 |
| Octal | 232 | 275 | 267 | 23 | 0 | 3 | 32 | 252 | 25 | 103 |
| Binary | 10011010 | 10111101 | 10110111 | 10011 | 0 | 11 | 11010 | 10101010 | 10101 | 1000011 |
Color Harmonies of #9ABDB7
Complementary color
Monochromatic Colors of #9ABDB7
Black with #9ABDB7
Text Example
Text Example
White with #9ABDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDB7; }
p { color: rgb(154,189,183); }
H1.HeaderClassName
{
color: #9ABDB7;
}
.AnyTagClassName
{
color: #9ABDB7;
}
</style>
background-color css
<style>
a { background-color: #9ABDB7; }
a { background-color: rgb(154,189,183); }
div.DivClassName
{
background-color: #9ABDB7;
}
.BgClassName
{
background-color: #9ABDB7;
}
</style>
border-color css
<style>
span { border-color: #9ABDB7; }
span { border-color: rgb(154,189,183); }
td.TdClassName
{
border-color: #9ABDB7;
}
.TagClassName
{
border-color: #9ABDB7;
}
</style>