Shades of Chinook #9AD0AC
Tints of Chinook #9AD0AC
RGB
CMYK
RGB Variations
Color information
#9AD0AC (or 0x9AD0AC) is known color: Chinook. HEX triplet: 9A, D0 and AC. RGB value is (154,208,172). Sum of RGB (Red+Green+Blue) = 154+208+172=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD0AC is #652F53. Grayscale: #BBBBBB. Windows color (decimal): -6631252 or 11325594. OLE color: 11325594.
HSL color Cylindrical-coordinate representation of color #9AD0AC: hue angle of 140º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AD0AC is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 172 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.18 |
| HSL | 140º | 0.36% | 0.71% | - |
| HSV(B) | 140º | 0.26% | 0.82% | - |
| XYZ | 43.33 | 54.96 | 47.35 | - |
| YUV | 187.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 172 | 0.26 | 0 | 0.17 | 0.18 | 140 | 0.36 | 0.71 |
| Hex | 9A | D0 | AC | 1A | 0 | 11 | 12 | 8C | 24 | 47 |
| Octal | 232 | 320 | 254 | 32 | 0 | 21 | 22 | 214 | 44 | 107 |
| Binary | 10011010 | 11010000 | 10101100 | 11010 | 0 | 10001 | 10010 | 10001100 | 100100 | 1000111 |
Color Harmonies of #9AD0AC
Complementary color
Monochromatic Colors of #9AD0AC
Black with #9AD0AC
Text Example
Text Example
White with #9AD0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD0AC; }
p { color: rgb(154,208,172); }
H1.HeaderClassName
{
color: #9AD0AC;
}
.AnyTagClassName
{
color: #9AD0AC;
}
</style>
background-color css
<style>
a { background-color: #9AD0AC; }
a { background-color: rgb(154,208,172); }
div.DivClassName
{
background-color: #9AD0AC;
}
.BgClassName
{
background-color: #9AD0AC;
}
</style>
border-color css
<style>
span { border-color: #9AD0AC; }
span { border-color: rgb(154,208,172); }
td.TdClassName
{
border-color: #9AD0AC;
}
.TagClassName
{
border-color: #9AD0AC;
}
</style>