Shades of Chinook #9AD6A3
Tints of Chinook #9AD6A3
RGB
CMYK
RGB Variations
Color information
#9AD6A3 (or 0x9AD6A3) is known color: Chinook. HEX triplet: 9A, D6 and A3. RGB value is (154,214,163). Sum of RGB (Red+Green+Blue) = 154+214+163=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD6A3 is #65295C. Grayscale: #BEBEBE. Windows color (decimal): -6629725 or 10737306. OLE color: 10737306.
HSL color Cylindrical-coordinate representation of color #9AD6A3: hue angle of 129º 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 #9AD6A3 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 163 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.16 |
| HSL | 129º | 0.42% | 0.72% | - |
| HSV(B) | 129º | 0.28% | 0.84% | - |
| XYZ | 43.98 | 57.61 | 43.45 | - |
| YUV | 190.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 163 | 0.28 | 0 | 0.24 | 0.16 | 129 | 0.42 | 0.72 |
| Hex | 9A | D6 | A3 | 1C | 0 | 18 | 10 | 81 | 2A | 48 |
| Octal | 232 | 326 | 243 | 34 | 0 | 30 | 20 | 201 | 52 | 110 |
| Binary | 10011010 | 11010110 | 10100011 | 11100 | 0 | 11000 | 10000 | 10000001 | 101010 | 1001000 |
Color Harmonies of #9AD6A3
Complementary color
Monochromatic Colors of #9AD6A3
Black with #9AD6A3
Text Example
Text Example
White with #9AD6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD6A3; }
p { color: rgb(154,214,163); }
H1.HeaderClassName
{
color: #9AD6A3;
}
.AnyTagClassName
{
color: #9AD6A3;
}
</style>
background-color css
<style>
a { background-color: #9AD6A3; }
a { background-color: rgb(154,214,163); }
div.DivClassName
{
background-color: #9AD6A3;
}
.BgClassName
{
background-color: #9AD6A3;
}
</style>
border-color css
<style>
span { border-color: #9AD6A3; }
span { border-color: rgb(154,214,163); }
td.TdClassName
{
border-color: #9AD6A3;
}
.TagClassName
{
border-color: #9AD6A3;
}
</style>