Shades of Chinook #9AE5AD
Tints of Chinook #9AE5AD
RGB
CMYK
RGB Variations
Color information
#9AE5AD (or 0x9AE5AD) is known color: Chinook. HEX triplet: 9A, E5 and AD. RGB value is (154,229,173). Sum of RGB (Red+Green+Blue) = 154+229+173=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE5AD is #651A52. Grayscale: #C8C8C8. Windows color (decimal): -6625875 or 11396506. OLE color: 11396506.
HSL color Cylindrical-coordinate representation of color #9AE5AD: hue angle of 135.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AE5AD is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 229 | 173 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.10 |
| HSL | 135.2º | 0.59% | 0.75% | - |
| HSV(B) | 135.2º | 0.33% | 0.9% | - |
| XYZ | 48.89 | 65.93 | 49.68 | - |
| YUV | 200.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 229 | 173 | 0.33 | 0 | 0.24 | 0.10 | 135.2 | 0.59 | 0.75 |
| Hex | 9A | E5 | AD | 21 | 0 | 18 | A | 87 | 3B | 4B |
| Octal | 232 | 345 | 255 | 41 | 0 | 30 | 12 | 207 | 73 | 113 |
| Binary | 10011010 | 11100101 | 10101101 | 100001 | 0 | 11000 | 1010 | 10000111 | 111011 | 1001011 |
Color Harmonies of #9AE5AD
Complementary color
Monochromatic Colors of #9AE5AD
Black with #9AE5AD
Text Example
Text Example
White with #9AE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE5AD; }
p { color: rgb(154,229,173); }
H1.HeaderClassName
{
color: #9AE5AD;
}
.AnyTagClassName
{
color: #9AE5AD;
}
</style>
background-color css
<style>
a { background-color: #9AE5AD; }
a { background-color: rgb(154,229,173); }
div.DivClassName
{
background-color: #9AE5AD;
}
.BgClassName
{
background-color: #9AE5AD;
}
</style>
border-color css
<style>
span { border-color: #9AE5AD; }
span { border-color: rgb(154,229,173); }
td.TdClassName
{
border-color: #9AE5AD;
}
.TagClassName
{
border-color: #9AE5AD;
}
</style>