Shades of Chinook #9AD6A5
Tints of Chinook #9AD6A5
RGB
CMYK
RGB Variations
Color information
#9AD6A5 (or 0x9AD6A5) is known color: Chinook. HEX triplet: 9A, D6 and A5. RGB value is (154,214,165). Sum of RGB (Red+Green+Blue) = 154+214+165=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD6A5 is #65295A. Grayscale: #BEBEBE. Windows color (decimal): -6629723 or 10868378. OLE color: 10868378.
HSL color Cylindrical-coordinate representation of color #9AD6A5: hue angle of 131º degrees, saturation: 0.42, 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 #9AD6A5 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 165 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.16 |
| HSL | 131º | 0.42% | 0.72% | - |
| HSV(B) | 131º | 0.28% | 0.84% | - |
| XYZ | 44.16 | 57.68 | 44.4 | - |
| YUV | 190.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 165 | 0.28 | 0 | 0.23 | 0.16 | 131 | 0.42 | 0.72 |
| Hex | 9A | D6 | A5 | 1C | 0 | 17 | 10 | 83 | 2A | 48 |
| Octal | 232 | 326 | 245 | 34 | 0 | 27 | 20 | 203 | 52 | 110 |
| Binary | 10011010 | 11010110 | 10100101 | 11100 | 0 | 10111 | 10000 | 10000011 | 101010 | 1001000 |
Color Harmonies of #9AD6A5
Complementary color
Monochromatic Colors of #9AD6A5
Black with #9AD6A5
Text Example
Text Example
White with #9AD6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD6A5; }
p { color: rgb(154,214,165); }
H1.HeaderClassName
{
color: #9AD6A5;
}
.AnyTagClassName
{
color: #9AD6A5;
}
</style>
background-color css
<style>
a { background-color: #9AD6A5; }
a { background-color: rgb(154,214,165); }
div.DivClassName
{
background-color: #9AD6A5;
}
.BgClassName
{
background-color: #9AD6A5;
}
</style>
border-color css
<style>
span { border-color: #9AD6A5; }
span { border-color: rgb(154,214,165); }
td.TdClassName
{
border-color: #9AD6A5;
}
.TagClassName
{
border-color: #9AD6A5;
}
</style>