Shades of Chinook #9ADFAC
Tints of Chinook #9ADFAC
RGB
CMYK
RGB Variations
Color information
#9ADFAC (or 0x9ADFAC) is known color: Chinook. HEX triplet: 9A, DF and AC. RGB value is (154,223,172). Sum of RGB (Red+Green+Blue) = 154+223+172=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADFAC is #652053. Grayscale: #C4C4C4. Windows color (decimal): -6627412 or 11329434. OLE color: 11329434.
HSL color Cylindrical-coordinate representation of color #9ADFAC: hue angle of 135.65º 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 #9ADFAC is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 172 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.13 |
| HSL | 135.65º | 0.52% | 0.74% | - |
| HSV(B) | 135.65º | 0.31% | 0.87% | - |
| XYZ | 47.16 | 62.62 | 48.63 | - |
| YUV | 196.56 | 114.14 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 172 | 0.31 | 0 | 0.23 | 0.13 | 135.65 | 0.52 | 0.74 |
| Hex | 9A | DF | AC | 1F | 0 | 17 | D | 88 | 34 | 4A |
| Octal | 232 | 337 | 254 | 37 | 0 | 27 | 15 | 210 | 64 | 112 |
| Binary | 10011010 | 11011111 | 10101100 | 11111 | 0 | 10111 | 1101 | 10001000 | 110100 | 1001010 |
Color Harmonies of #9ADFAC
Complementary color
Monochromatic Colors of #9ADFAC
Black with #9ADFAC
Text Example
Text Example
White with #9ADFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFAC; }
p { color: rgb(154,223,172); }
H1.HeaderClassName
{
color: #9ADFAC;
}
.AnyTagClassName
{
color: #9ADFAC;
}
</style>
background-color css
<style>
a { background-color: #9ADFAC; }
a { background-color: rgb(154,223,172); }
div.DivClassName
{
background-color: #9ADFAC;
}
.BgClassName
{
background-color: #9ADFAC;
}
</style>
border-color css
<style>
span { border-color: #9ADFAC; }
span { border-color: rgb(154,223,172); }
td.TdClassName
{
border-color: #9ADFAC;
}
.TagClassName
{
border-color: #9ADFAC;
}
</style>