Shades of Chinook #9ACEA4
Tints of Chinook #9ACEA4
RGB
CMYK
RGB Variations
Color information
#9ACEA4 (or 0x9ACEA4) is known color: Chinook. HEX triplet: 9A, CE and A4. RGB value is (154,206,164). Sum of RGB (Red+Green+Blue) = 154+206+164=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACEA4 is #65315B. Grayscale: #B9B9B9. Windows color (decimal): -6631772 or 10800794. OLE color: 10800794.
HSL color Cylindrical-coordinate representation of color #9ACEA4: hue angle of 131.54º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACEA4 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 164 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.19 |
| HSL | 131.54º | 0.35% | 0.71% | - |
| HSV(B) | 131.54º | 0.25% | 0.81% | - |
| XYZ | 42.1 | 53.69 | 43.27 | - |
| YUV | 185.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 164 | 0.25 | 0 | 0.20 | 0.19 | 131.54 | 0.35 | 0.71 |
| Hex | 9A | CE | A4 | 19 | 0 | 14 | 13 | 84 | 23 | 47 |
| Octal | 232 | 316 | 244 | 31 | 0 | 24 | 23 | 204 | 43 | 107 |
| Binary | 10011010 | 11001110 | 10100100 | 11001 | 0 | 10100 | 10011 | 10000100 | 100011 | 1000111 |
Color Harmonies of #9ACEA4
Complementary color
Monochromatic Colors of #9ACEA4
Black with #9ACEA4
Text Example
Text Example
White with #9ACEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEA4; }
p { color: rgb(154,206,164); }
H1.HeaderClassName
{
color: #9ACEA4;
}
.AnyTagClassName
{
color: #9ACEA4;
}
</style>
background-color css
<style>
a { background-color: #9ACEA4; }
a { background-color: rgb(154,206,164); }
div.DivClassName
{
background-color: #9ACEA4;
}
.BgClassName
{
background-color: #9ACEA4;
}
</style>
border-color css
<style>
span { border-color: #9ACEA4; }
span { border-color: rgb(154,206,164); }
td.TdClassName
{
border-color: #9ACEA4;
}
.TagClassName
{
border-color: #9ACEA4;
}
</style>