Shades of Chinook #9AD5A1
Tints of Chinook #9AD5A1
RGB
CMYK
RGB Variations
Color information
#9AD5A1 (or 0x9AD5A1) is known color: Chinook. HEX triplet: 9A, D5 and A1. RGB value is (154,213,161). Sum of RGB (Red+Green+Blue) = 154+213+161=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD5A1 is #652A5E. Grayscale: #BDBDBD. Windows color (decimal): -6629983 or 10605978. OLE color: 10605978.
HSL color Cylindrical-coordinate representation of color #9AD5A1: hue angle of 127.12º 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 #9AD5A1 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 161 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.16 |
| HSL | 127.12º | 0.41% | 0.72% | - |
| HSV(B) | 127.12º | 0.28% | 0.84% | - |
| XYZ | 43.55 | 57.03 | 42.43 | - |
| YUV | 189.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 161 | 0.28 | 0 | 0.24 | 0.16 | 127.12 | 0.41 | 0.72 |
| Hex | 9A | D5 | A1 | 1C | 0 | 18 | 10 | 7F | 29 | 48 |
| Octal | 232 | 325 | 241 | 34 | 0 | 30 | 20 | 177 | 51 | 110 |
| Binary | 10011010 | 11010101 | 10100001 | 11100 | 0 | 11000 | 10000 | 1111111 | 101001 | 1001000 |
Color Harmonies of #9AD5A1
Complementary color
Monochromatic Colors of #9AD5A1
Black with #9AD5A1
Text Example
Text Example
White with #9AD5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD5A1; }
p { color: rgb(154,213,161); }
H1.HeaderClassName
{
color: #9AD5A1;
}
.AnyTagClassName
{
color: #9AD5A1;
}
</style>
background-color css
<style>
a { background-color: #9AD5A1; }
a { background-color: rgb(154,213,161); }
div.DivClassName
{
background-color: #9AD5A1;
}
.BgClassName
{
background-color: #9AD5A1;
}
</style>
border-color css
<style>
span { border-color: #9AD5A1; }
span { border-color: rgb(154,213,161); }
td.TdClassName
{
border-color: #9AD5A1;
}
.TagClassName
{
border-color: #9AD5A1;
}
</style>