Shades of Chinook #9AD4AC
Tints of Chinook #9AD4AC
RGB
CMYK
RGB Variations
Color information
#9AD4AC (or 0x9AD4AC) is known color: Chinook. HEX triplet: 9A, D4 and AC. RGB value is (154,212,172). Sum of RGB (Red+Green+Blue) = 154+212+172=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD4AC is #652B53. Grayscale: #BEBEBE. Windows color (decimal): -6630228 or 11326618. OLE color: 11326618.
HSL color Cylindrical-coordinate representation of color #9AD4AC: hue angle of 138.62º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD4AC is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 212 | 172 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.17 |
| HSL | 138.62º | 0.4% | 0.72% | - |
| HSV(B) | 138.62º | 0.27% | 0.83% | - |
| XYZ | 44.32 | 56.94 | 47.68 | - |
| YUV | 190.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 172 | 0.27 | 0 | 0.19 | 0.17 | 138.62 | 0.4 | 0.72 |
| Hex | 9A | D4 | AC | 1B | 0 | 13 | 11 | 8B | 28 | 48 |
| Octal | 232 | 324 | 254 | 33 | 0 | 23 | 21 | 213 | 50 | 110 |
| Binary | 10011010 | 11010100 | 10101100 | 11011 | 0 | 10011 | 10001 | 10001011 | 101000 | 1001000 |
Color Harmonies of #9AD4AC
Complementary color
Monochromatic Colors of #9AD4AC
Black with #9AD4AC
Text Example
Text Example
White with #9AD4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD4AC; }
p { color: rgb(154,212,172); }
H1.HeaderClassName
{
color: #9AD4AC;
}
.AnyTagClassName
{
color: #9AD4AC;
}
</style>
background-color css
<style>
a { background-color: #9AD4AC; }
a { background-color: rgb(154,212,172); }
div.DivClassName
{
background-color: #9AD4AC;
}
.BgClassName
{
background-color: #9AD4AC;
}
</style>
border-color css
<style>
span { border-color: #9AD4AC; }
span { border-color: rgb(154,212,172); }
td.TdClassName
{
border-color: #9AD4AC;
}
.TagClassName
{
border-color: #9AD4AC;
}
</style>