Shades of Chinook #9AD6AD
Tints of Chinook #9AD6AD
RGB
CMYK
RGB Variations
Color information
#9AD6AD (or 0x9AD6AD) is known color: Chinook. HEX triplet: 9A, D6 and AD. RGB value is (154,214,173). Sum of RGB (Red+Green+Blue) = 154+214+173=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD6AD is #652952. Grayscale: #BFBFBF. Windows color (decimal): -6629715 or 11392666. OLE color: 11392666.
HSL color Cylindrical-coordinate representation of color #9AD6AD: hue angle of 139º 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 #9AD6AD is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 173 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.16 |
| HSL | 139º | 0.42% | 0.72% | - |
| HSV(B) | 139º | 0.28% | 0.84% | - |
| XYZ | 44.92 | 57.98 | 48.36 | - |
| YUV | 191.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 173 | 0.28 | 0 | 0.19 | 0.16 | 139 | 0.42 | 0.72 |
| Hex | 9A | D6 | AD | 1C | 0 | 13 | 10 | 8B | 2A | 48 |
| Octal | 232 | 326 | 255 | 34 | 0 | 23 | 20 | 213 | 52 | 110 |
| Binary | 10011010 | 11010110 | 10101101 | 11100 | 0 | 10011 | 10000 | 10001011 | 101010 | 1001000 |
Color Harmonies of #9AD6AD
Complementary color
Monochromatic Colors of #9AD6AD
Black with #9AD6AD
Text Example
Text Example
White with #9AD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD6AD; }
p { color: rgb(154,214,173); }
H1.HeaderClassName
{
color: #9AD6AD;
}
.AnyTagClassName
{
color: #9AD6AD;
}
</style>
background-color css
<style>
a { background-color: #9AD6AD; }
a { background-color: rgb(154,214,173); }
div.DivClassName
{
background-color: #9AD6AD;
}
.BgClassName
{
background-color: #9AD6AD;
}
</style>
border-color css
<style>
span { border-color: #9AD6AD; }
span { border-color: rgb(154,214,173); }
td.TdClassName
{
border-color: #9AD6AD;
}
.TagClassName
{
border-color: #9AD6AD;
}
</style>