Shades of Chinook #9FE1AF
Tints of Chinook #9FE1AF
RGB
CMYK
RGB Variations
Color information
#9FE1AF (or 0x9FE1AF) is known color: Chinook. HEX triplet: 9F, E1 and AF. RGB value is (159,225,175). Sum of RGB (Red+Green+Blue) = 159+225+175=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE1AF is #601E50. Grayscale: #C7C7C7. Windows color (decimal): -6299217 or 11526559. OLE color: 11526559.
HSL color Cylindrical-coordinate representation of color #9FE1AF: hue angle of 134.55º degrees, saturation: 0.52, 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 #9FE1AF is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 175 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.12 |
| HSL | 134.55º | 0.52% | 0.75% | - |
| HSV(B) | 134.55º | 0.29% | 0.88% | - |
| XYZ | 48.96 | 64.32 | 50.39 | - |
| YUV | 199.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 175 | 0.29 | 0 | 0.22 | 0.12 | 134.55 | 0.52 | 0.75 |
| Hex | 9F | E1 | AF | 1D | 0 | 16 | C | 87 | 34 | 4B |
| Octal | 237 | 341 | 257 | 35 | 0 | 26 | 14 | 207 | 64 | 113 |
| Binary | 10011111 | 11100001 | 10101111 | 11101 | 0 | 10110 | 1100 | 10000111 | 110100 | 1001011 |
Color Harmonies of #9FE1AF
Complementary color
Monochromatic Colors of #9FE1AF
Black with #9FE1AF
Text Example
Text Example
White with #9FE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE1AF; }
p { color: rgb(159,225,175); }
H1.HeaderClassName
{
color: #9FE1AF;
}
.AnyTagClassName
{
color: #9FE1AF;
}
</style>
background-color css
<style>
a { background-color: #9FE1AF; }
a { background-color: rgb(159,225,175); }
div.DivClassName
{
background-color: #9FE1AF;
}
.BgClassName
{
background-color: #9FE1AF;
}
</style>
border-color css
<style>
span { border-color: #9FE1AF; }
span { border-color: rgb(159,225,175); }
td.TdClassName
{
border-color: #9FE1AF;
}
.TagClassName
{
border-color: #9FE1AF;
}
</style>