Shades of Chinook #9AE0A8
Tints of Chinook #9AE0A8
RGB
CMYK
RGB Variations
Color information
#9AE0A8 (or 0x9AE0A8) is known color: Chinook. HEX triplet: 9A, E0 and A8. RGB value is (154,224,168). Sum of RGB (Red+Green+Blue) = 154+224+168=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE0A8 is #651F57. Grayscale: #C4C4C4. Windows color (decimal): -6627160 or 11067546. OLE color: 11067546.
HSL color Cylindrical-coordinate representation of color #9AE0A8: hue angle of 132º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AE0A8 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 224 | 168 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.12 |
| HSL | 132º | 0.53% | 0.74% | - |
| HSV(B) | 132º | 0.31% | 0.88% | - |
| XYZ | 47.05 | 63.01 | 46.73 | - |
| YUV | 196.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 224 | 168 | 0.31 | 0 | 0.25 | 0.12 | 132 | 0.53 | 0.74 |
| Hex | 9A | E0 | A8 | 1F | 0 | 19 | C | 84 | 35 | 4A |
| Octal | 232 | 340 | 250 | 37 | 0 | 31 | 14 | 204 | 65 | 112 |
| Binary | 10011010 | 11100000 | 10101000 | 11111 | 0 | 11001 | 1100 | 10000100 | 110101 | 1001010 |
Color Harmonies of #9AE0A8
Complementary color
Monochromatic Colors of #9AE0A8
Black with #9AE0A8
Text Example
Text Example
White with #9AE0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE0A8; }
p { color: rgb(154,224,168); }
H1.HeaderClassName
{
color: #9AE0A8;
}
.AnyTagClassName
{
color: #9AE0A8;
}
</style>
background-color css
<style>
a { background-color: #9AE0A8; }
a { background-color: rgb(154,224,168); }
div.DivClassName
{
background-color: #9AE0A8;
}
.BgClassName
{
background-color: #9AE0A8;
}
</style>
border-color css
<style>
span { border-color: #9AE0A8; }
span { border-color: rgb(154,224,168); }
td.TdClassName
{
border-color: #9AE0A8;
}
.TagClassName
{
border-color: #9AE0A8;
}
</style>