Shades of Chinook #9AC29F
Tints of Chinook #9AC29F
RGB
CMYK
RGB Variations
Color information
#9AC29F (or 0x9AC29F) is known color: Chinook. HEX triplet: 9A, C2 and 9F. RGB value is (154,194,159). Sum of RGB (Red+Green+Blue) = 154+194+159=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC29F is #653D60. Grayscale: #B2B2B2. Windows color (decimal): -6634849 or 10470042. OLE color: 10470042.
HSL color Cylindrical-coordinate representation of color #9AC29F: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC29F is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 159 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.24 |
| HSL | 127.5º | 0.25% | 0.68% | - |
| HSV(B) | 127.5º | 0.21% | 0.76% | - |
| XYZ | 38.88 | 47.96 | 40.01 | - |
| YUV | 178.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 159 | 0.21 | 0 | 0.18 | 0.24 | 127.5 | 0.25 | 0.68 |
| Hex | 9A | C2 | 9F | 15 | 0 | 12 | 18 | 80 | 19 | 44 |
| Octal | 232 | 302 | 237 | 25 | 0 | 22 | 30 | 200 | 31 | 104 |
| Binary | 10011010 | 11000010 | 10011111 | 10101 | 0 | 10010 | 11000 | 10000000 | 11001 | 1000100 |
Color Harmonies of #9AC29F
Complementary color
Monochromatic Colors of #9AC29F
Black with #9AC29F
Text Example
Text Example
White with #9AC29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC29F; }
p { color: rgb(154,194,159); }
H1.HeaderClassName
{
color: #9AC29F;
}
.AnyTagClassName
{
color: #9AC29F;
}
</style>
background-color css
<style>
a { background-color: #9AC29F; }
a { background-color: rgb(154,194,159); }
div.DivClassName
{
background-color: #9AC29F;
}
.BgClassName
{
background-color: #9AC29F;
}
</style>
border-color css
<style>
span { border-color: #9AC29F; }
span { border-color: rgb(154,194,159); }
td.TdClassName
{
border-color: #9AC29F;
}
.TagClassName
{
border-color: #9AC29F;
}
</style>