Shades of Chinook #9ADE9F
Tints of Chinook #9ADE9F
RGB
CMYK
RGB Variations
Color information
#9ADE9F (or 0x9ADE9F) is known color: Chinook. HEX triplet: 9A, DE and 9F. RGB value is (154,222,159). Sum of RGB (Red+Green+Blue) = 154+222+159=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADE9F is #652160. Grayscale: #C2C2C2. Windows color (decimal): -6627681 or 10477210. OLE color: 10477210.
HSL color Cylindrical-coordinate representation of color #9ADE9F: hue angle of 124.41º degrees, saturation: 0.51, 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 #9ADE9F is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 159 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.13 |
| HSL | 124.41º | 0.51% | 0.74% | - |
| HSV(B) | 124.41º | 0.31% | 0.87% | - |
| XYZ | 45.71 | 61.62 | 42.28 | - |
| YUV | 194.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 159 | 0.31 | 0 | 0.28 | 0.13 | 124.41 | 0.51 | 0.74 |
| Hex | 9A | DE | 9F | 1F | 0 | 1C | D | 7C | 33 | 4A |
| Octal | 232 | 336 | 237 | 37 | 0 | 34 | 15 | 174 | 63 | 112 |
| Binary | 10011010 | 11011110 | 10011111 | 11111 | 0 | 11100 | 1101 | 1111100 | 110011 | 1001010 |
Color Harmonies of #9ADE9F
Complementary color
Monochromatic Colors of #9ADE9F
Black with #9ADE9F
Text Example
Text Example
White with #9ADE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE9F; }
p { color: rgb(154,222,159); }
H1.HeaderClassName
{
color: #9ADE9F;
}
.AnyTagClassName
{
color: #9ADE9F;
}
</style>
background-color css
<style>
a { background-color: #9ADE9F; }
a { background-color: rgb(154,222,159); }
div.DivClassName
{
background-color: #9ADE9F;
}
.BgClassName
{
background-color: #9ADE9F;
}
</style>
border-color css
<style>
span { border-color: #9ADE9F; }
span { border-color: rgb(154,222,159); }
td.TdClassName
{
border-color: #9ADE9F;
}
.TagClassName
{
border-color: #9ADE9F;
}
</style>