Shades of Shadow Green #9ABBB4
Tints of Shadow Green #9ABBB4
RGB
CMYK
RGB Variations
Color information
#9ABBB4 (or 0x9ABBB4) is known color: Shadow Green. HEX triplet: 9A, BB and B4. RGB value is (154,187,180). Sum of RGB (Red+Green+Blue) = 154+187+180=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBB4 is #65444B. Grayscale: #B0B0B0. Windows color (decimal): -6636620 or 11844506. OLE color: 11844506.
HSL color Cylindrical-coordinate representation of color #9ABBB4: hue angle of 167.27º 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 #9ABBB4 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 180 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.27 |
| HSL | 167.27º | 0.2% | 0.67% | - |
| HSV(B) | 167.27º | 0.18% | 0.73% | - |
| XYZ | 39.33 | 45.71 | 49.93 | - |
| YUV | 176.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 180 | 0.18 | 0 | 0.04 | 0.27 | 167.27 | 0.2 | 0.67 |
| Hex | 9A | BB | B4 | 12 | 0 | 4 | 1B | A7 | 14 | 43 |
| Octal | 232 | 273 | 264 | 22 | 0 | 4 | 33 | 247 | 24 | 103 |
| Binary | 10011010 | 10111011 | 10110100 | 10010 | 0 | 100 | 11011 | 10100111 | 10100 | 1000011 |
Color Harmonies of #9ABBB4
Complementary color
Monochromatic Colors of #9ABBB4
Black with #9ABBB4
Text Example
Text Example
White with #9ABBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBB4; }
p { color: rgb(154,187,180); }
H1.HeaderClassName
{
color: #9ABBB4;
}
.AnyTagClassName
{
color: #9ABBB4;
}
</style>
background-color css
<style>
a { background-color: #9ABBB4; }
a { background-color: rgb(154,187,180); }
div.DivClassName
{
background-color: #9ABBB4;
}
.BgClassName
{
background-color: #9ABBB4;
}
</style>
border-color css
<style>
span { border-color: #9ABBB4; }
span { border-color: rgb(154,187,180); }
td.TdClassName
{
border-color: #9ABBB4;
}
.TagClassName
{
border-color: #9ABBB4;
}
</style>