Shades of Shadow Green #9AC0BF
Tints of Shadow Green #9AC0BF
RGB
CMYK
RGB Variations
Color information
#9AC0BF (or 0x9AC0BF) is known color: Shadow Green. HEX triplet: 9A, C0 and BF. RGB value is (154,192,191). Sum of RGB (Red+Green+Blue) = 154+192+191=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0BF is #653F40. Grayscale: #B4B4B4. Windows color (decimal): -6635329 or 12566682. OLE color: 12566682.
HSL color Cylindrical-coordinate representation of color #9AC0BF: hue angle of 178.42º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AC0BF is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 191 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.25 |
| HSL | 178.42º | 0.23% | 0.68% | - |
| HSV(B) | 178.42º | 0.2% | 0.75% | - |
| XYZ | 41.58 | 48.33 | 56.43 | - |
| YUV | 180.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 191 | 0.20 | 0 | 0.01 | 0.25 | 178.42 | 0.23 | 0.68 |
| Hex | 9A | C0 | BF | 14 | 0 | 1 | 19 | B2 | 17 | 44 |
| Octal | 232 | 300 | 277 | 24 | 0 | 1 | 31 | 262 | 27 | 104 |
| Binary | 10011010 | 11000000 | 10111111 | 10100 | 0 | 1 | 11001 | 10110010 | 10111 | 1000100 |
Color Harmonies of #9AC0BF
Complementary color
Monochromatic Colors of #9AC0BF
Black with #9AC0BF
Text Example
Text Example
White with #9AC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0BF; }
p { color: rgb(154,192,191); }
H1.HeaderClassName
{
color: #9AC0BF;
}
.AnyTagClassName
{
color: #9AC0BF;
}
</style>
background-color css
<style>
a { background-color: #9AC0BF; }
a { background-color: rgb(154,192,191); }
div.DivClassName
{
background-color: #9AC0BF;
}
.BgClassName
{
background-color: #9AC0BF;
}
</style>
border-color css
<style>
span { border-color: #9AC0BF; }
span { border-color: rgb(154,192,191); }
td.TdClassName
{
border-color: #9AC0BF;
}
.TagClassName
{
border-color: #9AC0BF;
}
</style>