Shades of Shadow Green #9ACABD
Tints of Shadow Green #9ACABD
RGB
CMYK
RGB Variations
Color information
#9ACABD (or 0x9ACABD) is known color: Shadow Green. HEX triplet: 9A, CA and BD. RGB value is (154,202,189). Sum of RGB (Red+Green+Blue) = 154+202+189=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACABD is #653542. Grayscale: #BABABA. Windows color (decimal): -6632771 or 12438170. OLE color: 12438170.
HSL color Cylindrical-coordinate representation of color #9ACABD: hue angle of 163.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ACABD is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 202 | 189 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.21 |
| HSL | 163.75º | 0.31% | 0.7% | - |
| HSV(B) | 163.75º | 0.24% | 0.79% | - |
| XYZ | 43.63 | 52.79 | 56.03 | - |
| YUV | 186.17 | 129.6 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 202 | 189 | 0.24 | 0 | 0.06 | 0.21 | 163.75 | 0.31 | 0.7 |
| Hex | 9A | CA | BD | 18 | 0 | 6 | 15 | A4 | 1F | 46 |
| Octal | 232 | 312 | 275 | 30 | 0 | 6 | 25 | 244 | 37 | 106 |
| Binary | 10011010 | 11001010 | 10111101 | 11000 | 0 | 110 | 10101 | 10100100 | 11111 | 1000110 |
Color Harmonies of #9ACABD
Complementary color
Monochromatic Colors of #9ACABD
Black with #9ACABD
Text Example
Text Example
White with #9ACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACABD; }
p { color: rgb(154,202,189); }
H1.HeaderClassName
{
color: #9ACABD;
}
.AnyTagClassName
{
color: #9ACABD;
}
</style>
background-color css
<style>
a { background-color: #9ACABD; }
a { background-color: rgb(154,202,189); }
div.DivClassName
{
background-color: #9ACABD;
}
.BgClassName
{
background-color: #9ACABD;
}
</style>
border-color css
<style>
span { border-color: #9ACABD; }
span { border-color: rgb(154,202,189); }
td.TdClassName
{
border-color: #9ACABD;
}
.TagClassName
{
border-color: #9ACABD;
}
</style>