Shades of Chinook #9ADE9E
Tints of Chinook #9ADE9E
RGB
CMYK
RGB Variations
Color information
#9ADE9E (or 0x9ADE9E) is known color: Chinook. HEX triplet: 9A, DE and 9E. RGB value is (154,222,158). Sum of RGB (Red+Green+Blue) = 154+222+158=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADE9E is #652161. Grayscale: #C2C2C2. Windows color (decimal): -6627682 or 10411674. OLE color: 10411674.
HSL color Cylindrical-coordinate representation of color #9ADE9E: hue angle of 123.53º 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 #9ADE9E is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 158 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.13 |
| HSL | 123.53º | 0.51% | 0.74% | - |
| HSV(B) | 123.53º | 0.31% | 0.87% | - |
| XYZ | 45.62 | 61.58 | 41.83 | - |
| YUV | 194.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 158 | 0.31 | 0 | 0.29 | 0.13 | 123.53 | 0.51 | 0.74 |
| Hex | 9A | DE | 9E | 1F | 0 | 1D | D | 7C | 33 | 4A |
| Octal | 232 | 336 | 236 | 37 | 0 | 35 | 15 | 174 | 63 | 112 |
| Binary | 10011010 | 11011110 | 10011110 | 11111 | 0 | 11101 | 1101 | 1111100 | 110011 | 1001010 |
Color Harmonies of #9ADE9E
Complementary color
Monochromatic Colors of #9ADE9E
Black with #9ADE9E
Text Example
Text Example
White with #9ADE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE9E; }
p { color: rgb(154,222,158); }
H1.HeaderClassName
{
color: #9ADE9E;
}
.AnyTagClassName
{
color: #9ADE9E;
}
</style>
background-color css
<style>
a { background-color: #9ADE9E; }
a { background-color: rgb(154,222,158); }
div.DivClassName
{
background-color: #9ADE9E;
}
.BgClassName
{
background-color: #9ADE9E;
}
</style>
border-color css
<style>
span { border-color: #9ADE9E; }
span { border-color: rgb(154,222,158); }
td.TdClassName
{
border-color: #9ADE9E;
}
.TagClassName
{
border-color: #9ADE9E;
}
</style>