Shades of Chinook #9ADFA1
Tints of Chinook #9ADFA1
RGB
CMYK
RGB Variations
Color information
#9ADFA1 (or 0x9ADFA1) is known color: Chinook. HEX triplet: 9A, DF and A1. RGB value is (154,223,161). Sum of RGB (Red+Green+Blue) = 154+223+161=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADFA1 is #65205E. Grayscale: #C3C3C3. Windows color (decimal): -6627423 or 10608538. OLE color: 10608538.
HSL color Cylindrical-coordinate representation of color #9ADFA1: hue angle of 126.09º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADFA1 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 161 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.13 |
| HSL | 126.09º | 0.52% | 0.74% | - |
| HSV(B) | 126.09º | 0.31% | 0.87% | - |
| XYZ | 46.15 | 62.22 | 43.3 | - |
| YUV | 195.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 161 | 0.31 | 0 | 0.28 | 0.13 | 126.09 | 0.52 | 0.74 |
| Hex | 9A | DF | A1 | 1F | 0 | 1C | D | 7E | 34 | 4A |
| Octal | 232 | 337 | 241 | 37 | 0 | 34 | 15 | 176 | 64 | 112 |
| Binary | 10011010 | 11011111 | 10100001 | 11111 | 0 | 11100 | 1101 | 1111110 | 110100 | 1001010 |
Color Harmonies of #9ADFA1
Complementary color
Monochromatic Colors of #9ADFA1
Black with #9ADFA1
Text Example
Text Example
White with #9ADFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFA1; }
p { color: rgb(154,223,161); }
H1.HeaderClassName
{
color: #9ADFA1;
}
.AnyTagClassName
{
color: #9ADFA1;
}
</style>
background-color css
<style>
a { background-color: #9ADFA1; }
a { background-color: rgb(154,223,161); }
div.DivClassName
{
background-color: #9ADFA1;
}
.BgClassName
{
background-color: #9ADFA1;
}
</style>
border-color css
<style>
span { border-color: #9ADFA1; }
span { border-color: rgb(154,223,161); }
td.TdClassName
{
border-color: #9ADFA1;
}
.TagClassName
{
border-color: #9ADFA1;
}
</style>