Shades of Shadow Green #9AC9BF
Tints of Shadow Green #9AC9BF
RGB
CMYK
RGB Variations
Color information
#9AC9BF (or 0x9AC9BF) is known color: Shadow Green. HEX triplet: 9A, C9 and BF. RGB value is (154,201,191). Sum of RGB (Red+Green+Blue) = 154+201+191=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC9BF is #653640. Grayscale: #B9B9B9. Windows color (decimal): -6633025 or 12568986. OLE color: 12568986.
HSL color Cylindrical-coordinate representation of color #9AC9BF: hue angle of 167.23º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AC9BF is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 191 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.21 |
| HSL | 167.23º | 0.3% | 0.7% | - |
| HSV(B) | 167.23º | 0.23% | 0.79% | - |
| XYZ | 43.62 | 52.4 | 57.11 | - |
| YUV | 185.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 191 | 0.23 | 0 | 0.05 | 0.21 | 167.23 | 0.3 | 0.7 |
| Hex | 9A | C9 | BF | 17 | 0 | 5 | 15 | A7 | 1E | 46 |
| Octal | 232 | 311 | 277 | 27 | 0 | 5 | 25 | 247 | 36 | 106 |
| Binary | 10011010 | 11001001 | 10111111 | 10111 | 0 | 101 | 10101 | 10100111 | 11110 | 1000110 |
Color Harmonies of #9AC9BF
Complementary color
Monochromatic Colors of #9AC9BF
Black with #9AC9BF
Text Example
Text Example
White with #9AC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC9BF; }
p { color: rgb(154,201,191); }
H1.HeaderClassName
{
color: #9AC9BF;
}
.AnyTagClassName
{
color: #9AC9BF;
}
</style>
background-color css
<style>
a { background-color: #9AC9BF; }
a { background-color: rgb(154,201,191); }
div.DivClassName
{
background-color: #9AC9BF;
}
.BgClassName
{
background-color: #9AC9BF;
}
</style>
border-color css
<style>
span { border-color: #9AC9BF; }
span { border-color: rgb(154,201,191); }
td.TdClassName
{
border-color: #9AC9BF;
}
.TagClassName
{
border-color: #9AC9BF;
}
</style>