Shades of Chinook #9AD5AC
Tints of Chinook #9AD5AC
RGB
CMYK
RGB Variations
Color information
#9AD5AC (or 0x9AD5AC) is known color: Chinook. HEX triplet: 9A, D5 and AC. RGB value is (154,213,172). Sum of RGB (Red+Green+Blue) = 154+213+172=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD5AC is #652A53. Grayscale: #BEBEBE. Windows color (decimal): -6629972 or 11326874. OLE color: 11326874.
HSL color Cylindrical-coordinate representation of color #9AD5AC: hue angle of 138.31º degrees, saturation: 0.41, 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 #9AD5AC is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 172 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.16 |
| HSL | 138.31º | 0.41% | 0.72% | - |
| HSV(B) | 138.31º | 0.28% | 0.84% | - |
| XYZ | 44.57 | 57.44 | 47.77 | - |
| YUV | 190.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 172 | 0.28 | 0 | 0.19 | 0.16 | 138.31 | 0.41 | 0.72 |
| Hex | 9A | D5 | AC | 1C | 0 | 13 | 10 | 8A | 29 | 48 |
| Octal | 232 | 325 | 254 | 34 | 0 | 23 | 20 | 212 | 51 | 110 |
| Binary | 10011010 | 11010101 | 10101100 | 11100 | 0 | 10011 | 10000 | 10001010 | 101001 | 1001000 |
Color Harmonies of #9AD5AC
Complementary color
Monochromatic Colors of #9AD5AC
Black with #9AD5AC
Text Example
Text Example
White with #9AD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD5AC; }
p { color: rgb(154,213,172); }
H1.HeaderClassName
{
color: #9AD5AC;
}
.AnyTagClassName
{
color: #9AD5AC;
}
</style>
background-color css
<style>
a { background-color: #9AD5AC; }
a { background-color: rgb(154,213,172); }
div.DivClassName
{
background-color: #9AD5AC;
}
.BgClassName
{
background-color: #9AD5AC;
}
</style>
border-color css
<style>
span { border-color: #9AD5AC; }
span { border-color: rgb(154,213,172); }
td.TdClassName
{
border-color: #9AD5AC;
}
.TagClassName
{
border-color: #9AD5AC;
}
</style>