Shades of Shadow Green #9ABBB7
Tints of Shadow Green #9ABBB7
RGB
CMYK
RGB Variations
Color information
#9ABBB7 (or 0x9ABBB7) is known color: Shadow Green. HEX triplet: 9A, BB and B7. RGB value is (154,187,183). Sum of RGB (Red+Green+Blue) = 154+187+183=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBB7 is #654448. Grayscale: #B0B0B0. Windows color (decimal): -6636617 or 12041114. OLE color: 12041114.
HSL color Cylindrical-coordinate representation of color #9ABBB7: hue angle of 172.73º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABBB7 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 183 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.27 |
| HSL | 172.73º | 0.2% | 0.67% | - |
| HSV(B) | 172.73º | 0.18% | 0.73% | - |
| XYZ | 39.64 | 45.83 | 51.56 | - |
| YUV | 176.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 183 | 0.18 | 0 | 0.02 | 0.27 | 172.73 | 0.2 | 0.67 |
| Hex | 9A | BB | B7 | 12 | 0 | 2 | 1B | AD | 14 | 43 |
| Octal | 232 | 273 | 267 | 22 | 0 | 2 | 33 | 255 | 24 | 103 |
| Binary | 10011010 | 10111011 | 10110111 | 10010 | 0 | 10 | 11011 | 10101101 | 10100 | 1000011 |
Color Harmonies of #9ABBB7
Complementary color
Monochromatic Colors of #9ABBB7
Black with #9ABBB7
Text Example
Text Example
White with #9ABBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBB7; }
p { color: rgb(154,187,183); }
H1.HeaderClassName
{
color: #9ABBB7;
}
.AnyTagClassName
{
color: #9ABBB7;
}
</style>
background-color css
<style>
a { background-color: #9ABBB7; }
a { background-color: rgb(154,187,183); }
div.DivClassName
{
background-color: #9ABBB7;
}
.BgClassName
{
background-color: #9ABBB7;
}
</style>
border-color css
<style>
span { border-color: #9ABBB7; }
span { border-color: rgb(154,187,183); }
td.TdClassName
{
border-color: #9ABBB7;
}
.TagClassName
{
border-color: #9ABBB7;
}
</style>