Shades of Shadow Green #9AC4BA
Tints of Shadow Green #9AC4BA
RGB
CMYK
RGB Variations
Color information
#9AC4BA (or 0x9AC4BA) is known color: Shadow Green. HEX triplet: 9A, C4 and BA. RGB value is (154,196,186). Sum of RGB (Red+Green+Blue) = 154+196+186=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC4BA is #653B45. Grayscale: #B6B6B6. Windows color (decimal): -6634310 or 12240026. OLE color: 12240026.
HSL color Cylindrical-coordinate representation of color #9AC4BA: hue angle of 165.71º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC4BA is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 196 | 186 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.23 |
| HSL | 165.71º | 0.26% | 0.69% | - |
| HSV(B) | 165.71º | 0.21% | 0.77% | - |
| XYZ | 41.93 | 49.9 | 53.88 | - |
| YUV | 182.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 196 | 186 | 0.21 | 0 | 0.05 | 0.23 | 165.71 | 0.26 | 0.69 |
| Hex | 9A | C4 | BA | 15 | 0 | 5 | 17 | A6 | 1A | 45 |
| Octal | 232 | 304 | 272 | 25 | 0 | 5 | 27 | 246 | 32 | 105 |
| Binary | 10011010 | 11000100 | 10111010 | 10101 | 0 | 101 | 10111 | 10100110 | 11010 | 1000101 |
Color Harmonies of #9AC4BA
Complementary color
Monochromatic Colors of #9AC4BA
Black with #9AC4BA
Text Example
Text Example
White with #9AC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC4BA; }
p { color: rgb(154,196,186); }
H1.HeaderClassName
{
color: #9AC4BA;
}
.AnyTagClassName
{
color: #9AC4BA;
}
</style>
background-color css
<style>
a { background-color: #9AC4BA; }
a { background-color: rgb(154,196,186); }
div.DivClassName
{
background-color: #9AC4BA;
}
.BgClassName
{
background-color: #9AC4BA;
}
</style>
border-color css
<style>
span { border-color: #9AC4BA; }
span { border-color: rgb(154,196,186); }
td.TdClassName
{
border-color: #9AC4BA;
}
.TagClassName
{
border-color: #9AC4BA;
}
</style>