Shades of Chinook #9AD6AC
Tints of Chinook #9AD6AC
RGB
CMYK
RGB Variations
Color information
#9AD6AC (or 0x9AD6AC) is known color: Chinook. HEX triplet: 9A, D6 and AC. RGB value is (154,214,172). Sum of RGB (Red+Green+Blue) = 154+214+172=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD6AC is #652953. Grayscale: #BFBFBF. Windows color (decimal): -6629716 or 11327130. OLE color: 11327130.
HSL color Cylindrical-coordinate representation of color #9AD6AC: hue angle of 138º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD6AC is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 172 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.16 |
| HSL | 138º | 0.42% | 0.72% | - |
| HSV(B) | 138º | 0.28% | 0.84% | - |
| XYZ | 44.82 | 57.94 | 47.85 | - |
| YUV | 191.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 172 | 0.28 | 0 | 0.20 | 0.16 | 138 | 0.42 | 0.72 |
| Hex | 9A | D6 | AC | 1C | 0 | 14 | 10 | 8A | 2A | 48 |
| Octal | 232 | 326 | 254 | 34 | 0 | 24 | 20 | 212 | 52 | 110 |
| Binary | 10011010 | 11010110 | 10101100 | 11100 | 0 | 10100 | 10000 | 10001010 | 101010 | 1001000 |
Color Harmonies of #9AD6AC
Complementary color
Monochromatic Colors of #9AD6AC
Black with #9AD6AC
Text Example
Text Example
White with #9AD6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD6AC; }
p { color: rgb(154,214,172); }
H1.HeaderClassName
{
color: #9AD6AC;
}
.AnyTagClassName
{
color: #9AD6AC;
}
</style>
background-color css
<style>
a { background-color: #9AD6AC; }
a { background-color: rgb(154,214,172); }
div.DivClassName
{
background-color: #9AD6AC;
}
.BgClassName
{
background-color: #9AD6AC;
}
</style>
border-color css
<style>
span { border-color: #9AD6AC; }
span { border-color: rgb(154,214,172); }
td.TdClassName
{
border-color: #9AD6AC;
}
.TagClassName
{
border-color: #9AD6AC;
}
</style>