Shades of Chinook #9FE0AC
Tints of Chinook #9FE0AC
RGB
CMYK
RGB Variations
Color information
#9FE0AC (or 0x9FE0AC) is known color: Chinook. HEX triplet: 9F, E0 and AC. RGB value is (159,224,172). Sum of RGB (Red+Green+Blue) = 159+224+172=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE0AC is #601F53. Grayscale: #C6C6C6. Windows color (decimal): -6299476 or 11329695. OLE color: 11329695.
HSL color Cylindrical-coordinate representation of color #9FE0AC: hue angle of 132º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE0AC is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 172 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.12 |
| HSL | 132º | 0.51% | 0.75% | - |
| HSV(B) | 132º | 0.29% | 0.88% | - |
| XYZ | 48.4 | 63.66 | 48.77 | - |
| YUV | 198.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 172 | 0.29 | 0 | 0.23 | 0.12 | 132 | 0.51 | 0.75 |
| Hex | 9F | E0 | AC | 1D | 0 | 17 | C | 84 | 33 | 4B |
| Octal | 237 | 340 | 254 | 35 | 0 | 27 | 14 | 204 | 63 | 113 |
| Binary | 10011111 | 11100000 | 10101100 | 11101 | 0 | 10111 | 1100 | 10000100 | 110011 | 1001011 |
Color Harmonies of #9FE0AC
Complementary color
Monochromatic Colors of #9FE0AC
Black with #9FE0AC
Text Example
Text Example
White with #9FE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0AC; }
p { color: rgb(159,224,172); }
H1.HeaderClassName
{
color: #9FE0AC;
}
.AnyTagClassName
{
color: #9FE0AC;
}
</style>
background-color css
<style>
a { background-color: #9FE0AC; }
a { background-color: rgb(159,224,172); }
div.DivClassName
{
background-color: #9FE0AC;
}
.BgClassName
{
background-color: #9FE0AC;
}
</style>
border-color css
<style>
span { border-color: #9FE0AC; }
span { border-color: rgb(159,224,172); }
td.TdClassName
{
border-color: #9FE0AC;
}
.TagClassName
{
border-color: #9FE0AC;
}
</style>