Shades of Chinook #9AC99C
Tints of Chinook #9AC99C
RGB
CMYK
RGB Variations
Color information
#9AC99C (or 0x9AC99C) is known color: Chinook. HEX triplet: 9A, C9 and 9C. RGB value is (154,201,156). Sum of RGB (Red+Green+Blue) = 154+201+156=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC99C is #653663. Grayscale: #B5B5B5. Windows color (decimal): -6633060 or 10275226. OLE color: 10275226.
HSL color Cylindrical-coordinate representation of color #9AC99C: hue angle of 122.55º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AC99C is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 156 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.21 |
| HSL | 122.55º | 0.3% | 0.7% | - |
| HSV(B) | 122.55º | 0.23% | 0.79% | - |
| XYZ | 40.21 | 51.04 | 39.19 | - |
| YUV | 181.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 156 | 0.23 | 0 | 0.22 | 0.21 | 122.55 | 0.3 | 0.7 |
| Hex | 9A | C9 | 9C | 17 | 0 | 16 | 15 | 7B | 1E | 46 |
| Octal | 232 | 311 | 234 | 27 | 0 | 26 | 25 | 173 | 36 | 106 |
| Binary | 10011010 | 11001001 | 10011100 | 10111 | 0 | 10110 | 10101 | 1111011 | 11110 | 1000110 |
Color Harmonies of #9AC99C
Complementary color
Monochromatic Colors of #9AC99C
Black with #9AC99C
Text Example
Text Example
White with #9AC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC99C; }
p { color: rgb(154,201,156); }
H1.HeaderClassName
{
color: #9AC99C;
}
.AnyTagClassName
{
color: #9AC99C;
}
</style>
background-color css
<style>
a { background-color: #9AC99C; }
a { background-color: rgb(154,201,156); }
div.DivClassName
{
background-color: #9AC99C;
}
.BgClassName
{
background-color: #9AC99C;
}
</style>
border-color css
<style>
span { border-color: #9AC99C; }
span { border-color: rgb(154,201,156); }
td.TdClassName
{
border-color: #9AC99C;
}
.TagClassName
{
border-color: #9AC99C;
}
</style>