Shades of Chinook #9ADFAB
Tints of Chinook #9ADFAB
RGB
CMYK
RGB Variations
Color information
#9ADFAB (or 0x9ADFAB) is known color: Chinook. HEX triplet: 9A, DF and AB. RGB value is (154,223,171). Sum of RGB (Red+Green+Blue) = 154+223+171=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADFAB is #652054. Grayscale: #C4C4C4. Windows color (decimal): -6627413 or 11263898. OLE color: 11263898.
HSL color Cylindrical-coordinate representation of color #9ADFAB: hue angle of 134.78º 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 #9ADFAB is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 171 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.13 |
| HSL | 134.78º | 0.52% | 0.74% | - |
| HSV(B) | 134.78º | 0.31% | 0.87% | - |
| XYZ | 47.06 | 62.59 | 48.13 | - |
| YUV | 196.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 171 | 0.31 | 0 | 0.23 | 0.13 | 134.78 | 0.52 | 0.74 |
| Hex | 9A | DF | AB | 1F | 0 | 17 | D | 87 | 34 | 4A |
| Octal | 232 | 337 | 253 | 37 | 0 | 27 | 15 | 207 | 64 | 112 |
| Binary | 10011010 | 11011111 | 10101011 | 11111 | 0 | 10111 | 1101 | 10000111 | 110100 | 1001010 |
Color Harmonies of #9ADFAB
Complementary color
Monochromatic Colors of #9ADFAB
Black with #9ADFAB
Text Example
Text Example
White with #9ADFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFAB; }
p { color: rgb(154,223,171); }
H1.HeaderClassName
{
color: #9ADFAB;
}
.AnyTagClassName
{
color: #9ADFAB;
}
</style>
background-color css
<style>
a { background-color: #9ADFAB; }
a { background-color: rgb(154,223,171); }
div.DivClassName
{
background-color: #9ADFAB;
}
.BgClassName
{
background-color: #9ADFAB;
}
</style>
border-color css
<style>
span { border-color: #9ADFAB; }
span { border-color: rgb(154,223,171); }
td.TdClassName
{
border-color: #9ADFAB;
}
.TagClassName
{
border-color: #9ADFAB;
}
</style>