Shades of Chinook #9AD5A2
Tints of Chinook #9AD5A2
RGB
CMYK
RGB Variations
Color information
#9AD5A2 (or 0x9AD5A2) is known color: Chinook. HEX triplet: 9A, D5 and A2. RGB value is (154,213,162). Sum of RGB (Red+Green+Blue) = 154+213+162=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD5A2 is #652A5D. Grayscale: #BDBDBD. Windows color (decimal): -6629982 or 10671514. OLE color: 10671514.
HSL color Cylindrical-coordinate representation of color #9AD5A2: hue angle of 128.14º 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 #9AD5A2 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 162 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.16 |
| HSL | 128.14º | 0.41% | 0.72% | - |
| HSV(B) | 128.14º | 0.28% | 0.84% | - |
| XYZ | 43.64 | 57.07 | 42.9 | - |
| YUV | 189.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 162 | 0.28 | 0 | 0.24 | 0.16 | 128.14 | 0.41 | 0.72 |
| Hex | 9A | D5 | A2 | 1C | 0 | 18 | 10 | 80 | 29 | 48 |
| Octal | 232 | 325 | 242 | 34 | 0 | 30 | 20 | 200 | 51 | 110 |
| Binary | 10011010 | 11010101 | 10100010 | 11100 | 0 | 11000 | 10000 | 10000000 | 101001 | 1001000 |
Color Harmonies of #9AD5A2
Complementary color
Monochromatic Colors of #9AD5A2
Black with #9AD5A2
Text Example
Text Example
White with #9AD5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD5A2; }
p { color: rgb(154,213,162); }
H1.HeaderClassName
{
color: #9AD5A2;
}
.AnyTagClassName
{
color: #9AD5A2;
}
</style>
background-color css
<style>
a { background-color: #9AD5A2; }
a { background-color: rgb(154,213,162); }
div.DivClassName
{
background-color: #9AD5A2;
}
.BgClassName
{
background-color: #9AD5A2;
}
</style>
border-color css
<style>
span { border-color: #9AD5A2; }
span { border-color: rgb(154,213,162); }
td.TdClassName
{
border-color: #9AD5A2;
}
.TagClassName
{
border-color: #9AD5A2;
}
</style>