Shades of Chinook #9AECAF
Tints of Chinook #9AECAF
RGB
CMYK
RGB Variations
Color information
#9AECAF (or 0x9AECAF) is known color: Chinook. HEX triplet: 9A, EC and AF. RGB value is (154,236,175). Sum of RGB (Red+Green+Blue) = 154+236+175=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AECAF is #651350. Grayscale: #CCCCCC. Windows color (decimal): -6624081 or 11529370. OLE color: 11529370.
HSL color Cylindrical-coordinate representation of color #9AECAF: hue angle of 135.37º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AECAF is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 236 | 175 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.07 |
| HSL | 135.37º | 0.68% | 0.76% | - |
| HSV(B) | 135.37º | 0.35% | 0.93% | - |
| XYZ | 51.06 | 69.96 | 51.37 | - |
| YUV | 204.53 | 111.33 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 175 | 0.35 | 0 | 0.26 | 0.07 | 135.37 | 0.68 | 0.76 |
| Hex | 9A | EC | AF | 23 | 0 | 1A | 7 | 87 | 44 | 4C |
| Octal | 232 | 354 | 257 | 43 | 0 | 32 | 7 | 207 | 104 | 114 |
| Binary | 10011010 | 11101100 | 10101111 | 100011 | 0 | 11010 | 111 | 10000111 | 1000100 | 1001100 |
Color Harmonies of #9AECAF
Complementary color
Monochromatic Colors of #9AECAF
Black with #9AECAF
Text Example
Text Example
White with #9AECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AECAF; }
p { color: rgb(154,236,175); }
H1.HeaderClassName
{
color: #9AECAF;
}
.AnyTagClassName
{
color: #9AECAF;
}
</style>
background-color css
<style>
a { background-color: #9AECAF; }
a { background-color: rgb(154,236,175); }
div.DivClassName
{
background-color: #9AECAF;
}
.BgClassName
{
background-color: #9AECAF;
}
</style>
border-color css
<style>
span { border-color: #9AECAF; }
span { border-color: rgb(154,236,175); }
td.TdClassName
{
border-color: #9AECAF;
}
.TagClassName
{
border-color: #9AECAF;
}
</style>