Shades of Chinook #9AD4A7
Tints of Chinook #9AD4A7
RGB
CMYK
RGB Variations
Color information
#9AD4A7 (or 0x9AD4A7) is known color: Chinook. HEX triplet: 9A, D4 and A7. RGB value is (154,212,167). Sum of RGB (Red+Green+Blue) = 154+212+167=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD4A7 is #652B58. Grayscale: #BDBDBD. Windows color (decimal): -6630233 or 10998938. OLE color: 10998938.
HSL color Cylindrical-coordinate representation of color #9AD4A7: hue angle of 133.45º 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 #9AD4A7 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 212 | 167 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.17 |
| HSL | 133.45º | 0.4% | 0.72% | - |
| HSV(B) | 133.45º | 0.27% | 0.83% | - |
| XYZ | 43.84 | 56.75 | 45.2 | - |
| YUV | 189.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 167 | 0.27 | 0 | 0.21 | 0.17 | 133.45 | 0.4 | 0.72 |
| Hex | 9A | D4 | A7 | 1B | 0 | 15 | 11 | 85 | 28 | 48 |
| Octal | 232 | 324 | 247 | 33 | 0 | 25 | 21 | 205 | 50 | 110 |
| Binary | 10011010 | 11010100 | 10100111 | 11011 | 0 | 10101 | 10001 | 10000101 | 101000 | 1001000 |
Color Harmonies of #9AD4A7
Complementary color
Monochromatic Colors of #9AD4A7
Black with #9AD4A7
Text Example
Text Example
White with #9AD4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD4A7; }
p { color: rgb(154,212,167); }
H1.HeaderClassName
{
color: #9AD4A7;
}
.AnyTagClassName
{
color: #9AD4A7;
}
</style>
background-color css
<style>
a { background-color: #9AD4A7; }
a { background-color: rgb(154,212,167); }
div.DivClassName
{
background-color: #9AD4A7;
}
.BgClassName
{
background-color: #9AD4A7;
}
</style>
border-color css
<style>
span { border-color: #9AD4A7; }
span { border-color: rgb(154,212,167); }
td.TdClassName
{
border-color: #9AD4A7;
}
.TagClassName
{
border-color: #9AD4A7;
}
</style>