Shades of Shadow Green #9ABAB6
Tints of Shadow Green #9ABAB6
RGB
CMYK
RGB Variations
Color information
#9ABAB6 (or 0x9ABAB6) is known color: Shadow Green. HEX triplet: 9A, BA and B6. RGB value is (154,186,182). Sum of RGB (Red+Green+Blue) = 154+186+182=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAB6 is #654549. Grayscale: #AFAFAF. Windows color (decimal): -6636874 or 11975322. OLE color: 11975322.
HSL color Cylindrical-coordinate representation of color #9ABAB6: hue angle of 172.5º 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 #9ABAB6 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 182 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.27 |
| HSL | 172.5º | 0.19% | 0.67% | - |
| HSV(B) | 172.5º | 0.17% | 0.73% | - |
| XYZ | 39.33 | 45.37 | 50.94 | - |
| YUV | 175.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 182 | 0.17 | 0 | 0.02 | 0.27 | 172.5 | 0.19 | 0.67 |
| Hex | 9A | BA | B6 | 11 | 0 | 2 | 1B | AC | 13 | 43 |
| Octal | 232 | 272 | 266 | 21 | 0 | 2 | 33 | 254 | 23 | 103 |
| Binary | 10011010 | 10111010 | 10110110 | 10001 | 0 | 10 | 11011 | 10101100 | 10011 | 1000011 |
Color Harmonies of #9ABAB6
Complementary color
Monochromatic Colors of #9ABAB6
Black with #9ABAB6
Text Example
Text Example
White with #9ABAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABAB6; }
p { color: rgb(154,186,182); }
H1.HeaderClassName
{
color: #9ABAB6;
}
.AnyTagClassName
{
color: #9ABAB6;
}
</style>
background-color css
<style>
a { background-color: #9ABAB6; }
a { background-color: rgb(154,186,182); }
div.DivClassName
{
background-color: #9ABAB6;
}
.BgClassName
{
background-color: #9ABAB6;
}
</style>
border-color css
<style>
span { border-color: #9ABAB6; }
span { border-color: rgb(154,186,182); }
td.TdClassName
{
border-color: #9ABAB6;
}
.TagClassName
{
border-color: #9ABAB6;
}
</style>