Shades of Chinook #9AD2A9
Tints of Chinook #9AD2A9
RGB
CMYK
RGB Variations
Color information
#9AD2A9 (or 0x9AD2A9) is known color: Chinook. HEX triplet: 9A, D2 and A9. RGB value is (154,210,169). Sum of RGB (Red+Green+Blue) = 154+210+169=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD2A9 is #652D56. Grayscale: #BCBCBC. Windows color (decimal): -6630743 or 11129498. OLE color: 11129498.
HSL color Cylindrical-coordinate representation of color #9AD2A9: hue angle of 136.07º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD2A9 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 169 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.18 |
| HSL | 136.07º | 0.38% | 0.71% | - |
| HSV(B) | 136.07º | 0.27% | 0.82% | - |
| XYZ | 43.53 | 55.83 | 46.02 | - |
| YUV | 188.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 169 | 0.27 | 0 | 0.20 | 0.18 | 136.07 | 0.38 | 0.71 |
| Hex | 9A | D2 | A9 | 1B | 0 | 14 | 12 | 88 | 26 | 47 |
| Octal | 232 | 322 | 251 | 33 | 0 | 24 | 22 | 210 | 46 | 107 |
| Binary | 10011010 | 11010010 | 10101001 | 11011 | 0 | 10100 | 10010 | 10001000 | 100110 | 1000111 |
Color Harmonies of #9AD2A9
Complementary color
Monochromatic Colors of #9AD2A9
Black with #9AD2A9
Text Example
Text Example
White with #9AD2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD2A9; }
p { color: rgb(154,210,169); }
H1.HeaderClassName
{
color: #9AD2A9;
}
.AnyTagClassName
{
color: #9AD2A9;
}
</style>
background-color css
<style>
a { background-color: #9AD2A9; }
a { background-color: rgb(154,210,169); }
div.DivClassName
{
background-color: #9AD2A9;
}
.BgClassName
{
background-color: #9AD2A9;
}
</style>
border-color css
<style>
span { border-color: #9AD2A9; }
span { border-color: rgb(154,210,169); }
td.TdClassName
{
border-color: #9AD2A9;
}
.TagClassName
{
border-color: #9AD2A9;
}
</style>