Shades of Chinook #9ACEA2
Tints of Chinook #9ACEA2
RGB
CMYK
RGB Variations
Color information
#9ACEA2 (or 0x9ACEA2) is known color: Chinook. HEX triplet: 9A, CE and A2. RGB value is (154,206,162). Sum of RGB (Red+Green+Blue) = 154+206+162=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACEA2 is #65315D. Grayscale: #B9B9B9. Windows color (decimal): -6631774 or 10669722. OLE color: 10669722.
HSL color Cylindrical-coordinate representation of color #9ACEA2: hue angle of 129.23º 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 #9ACEA2 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 162 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.19 |
| HSL | 129.23º | 0.35% | 0.71% | - |
| HSV(B) | 129.23º | 0.25% | 0.81% | - |
| XYZ | 41.92 | 53.62 | 42.32 | - |
| YUV | 185.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 162 | 0.25 | 0 | 0.21 | 0.19 | 129.23 | 0.35 | 0.71 |
| Hex | 9A | CE | A2 | 19 | 0 | 15 | 13 | 81 | 23 | 47 |
| Octal | 232 | 316 | 242 | 31 | 0 | 25 | 23 | 201 | 43 | 107 |
| Binary | 10011010 | 11001110 | 10100010 | 11001 | 0 | 10101 | 10011 | 10000001 | 100011 | 1000111 |
Color Harmonies of #9ACEA2
Complementary color
Monochromatic Colors of #9ACEA2
Black with #9ACEA2
Text Example
Text Example
White with #9ACEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEA2; }
p { color: rgb(154,206,162); }
H1.HeaderClassName
{
color: #9ACEA2;
}
.AnyTagClassName
{
color: #9ACEA2;
}
</style>
background-color css
<style>
a { background-color: #9ACEA2; }
a { background-color: rgb(154,206,162); }
div.DivClassName
{
background-color: #9ACEA2;
}
.BgClassName
{
background-color: #9ACEA2;
}
</style>
border-color css
<style>
span { border-color: #9ACEA2; }
span { border-color: rgb(154,206,162); }
td.TdClassName
{
border-color: #9ACEA2;
}
.TagClassName
{
border-color: #9ACEA2;
}
</style>