Shades of Chinook #9ACFA8
Tints of Chinook #9ACFA8
RGB
CMYK
RGB Variations
Color information
#9ACFA8 (or 0x9ACFA8) is known color: Chinook. HEX triplet: 9A, CF and A8. RGB value is (154,207,168). Sum of RGB (Red+Green+Blue) = 154+207+168=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACFA8 is #653057. Grayscale: #BABABA. Windows color (decimal): -6631512 or 11063194. OLE color: 11063194.
HSL color Cylindrical-coordinate representation of color #9ACFA8: hue angle of 135.85º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACFA8 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 168 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.19 |
| HSL | 135.85º | 0.36% | 0.71% | - |
| HSV(B) | 135.85º | 0.26% | 0.81% | - |
| XYZ | 42.71 | 54.32 | 45.28 | - |
| YUV | 186.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 168 | 0.26 | 0 | 0.19 | 0.19 | 135.85 | 0.36 | 0.71 |
| Hex | 9A | CF | A8 | 1A | 0 | 13 | 13 | 88 | 24 | 47 |
| Octal | 232 | 317 | 250 | 32 | 0 | 23 | 23 | 210 | 44 | 107 |
| Binary | 10011010 | 11001111 | 10101000 | 11010 | 0 | 10011 | 10011 | 10001000 | 100100 | 1000111 |
Color Harmonies of #9ACFA8
Complementary color
Monochromatic Colors of #9ACFA8
Black with #9ACFA8
Text Example
Text Example
White with #9ACFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFA8; }
p { color: rgb(154,207,168); }
H1.HeaderClassName
{
color: #9ACFA8;
}
.AnyTagClassName
{
color: #9ACFA8;
}
</style>
background-color css
<style>
a { background-color: #9ACFA8; }
a { background-color: rgb(154,207,168); }
div.DivClassName
{
background-color: #9ACFA8;
}
.BgClassName
{
background-color: #9ACFA8;
}
</style>
border-color css
<style>
span { border-color: #9ACFA8; }
span { border-color: rgb(154,207,168); }
td.TdClassName
{
border-color: #9ACFA8;
}
.TagClassName
{
border-color: #9ACFA8;
}
</style>