Shades of Shadow Green #9ABAB0
Tints of Shadow Green #9ABAB0
RGB
CMYK
RGB Variations
Color information
#9ABAB0 (or 0x9ABAB0) is known color: Shadow Green. HEX triplet: 9A, BA and B0. RGB value is (154,186,176). Sum of RGB (Red+Green+Blue) = 154+186+176=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABAB0 is #65454F. Grayscale: #AFAFAF. Windows color (decimal): -6636880 or 11582106. OLE color: 11582106.
HSL color Cylindrical-coordinate representation of color #9ABAB0: hue angle of 161.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9ABAB0 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 176 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.27 |
| HSL | 161.25º | 0.19% | 0.67% | - |
| HSV(B) | 161.25º | 0.17% | 0.73% | - |
| XYZ | 38.72 | 45.12 | 47.74 | - |
| YUV | 175.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 176 | 0.17 | 0 | 0.05 | 0.27 | 161.25 | 0.19 | 0.67 |
| Hex | 9A | BA | B0 | 11 | 0 | 5 | 1B | A1 | 13 | 43 |
| Octal | 232 | 272 | 260 | 21 | 0 | 5 | 33 | 241 | 23 | 103 |
| Binary | 10011010 | 10111010 | 10110000 | 10001 | 0 | 101 | 11011 | 10100001 | 10011 | 1000011 |
Color Harmonies of #9ABAB0
Complementary color
Monochromatic Colors of #9ABAB0
Black with #9ABAB0
Text Example
Text Example
White with #9ABAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABAB0; }
p { color: rgb(154,186,176); }
H1.HeaderClassName
{
color: #9ABAB0;
}
.AnyTagClassName
{
color: #9ABAB0;
}
</style>
background-color css
<style>
a { background-color: #9ABAB0; }
a { background-color: rgb(154,186,176); }
div.DivClassName
{
background-color: #9ABAB0;
}
.BgClassName
{
background-color: #9ABAB0;
}
</style>
border-color css
<style>
span { border-color: #9ABAB0; }
span { border-color: rgb(154,186,176); }
td.TdClassName
{
border-color: #9ABAB0;
}
.TagClassName
{
border-color: #9ABAB0;
}
</style>