Shades of Chinook #9FE0AF
Tints of Chinook #9FE0AF
RGB
CMYK
RGB Variations
Color information
#9FE0AF (or 0x9FE0AF) is known color: Chinook. HEX triplet: 9F, E0 and AF. RGB value is (159,224,175). Sum of RGB (Red+Green+Blue) = 159+224+175=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE0AF is #601F50. Grayscale: #C7C7C7. Windows color (decimal): -6299473 or 11526303. OLE color: 11526303.
HSL color Cylindrical-coordinate representation of color #9FE0AF: hue angle of 134.77º 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 #9FE0AF is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 175 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.12 |
| HSL | 134.77º | 0.51% | 0.75% | - |
| HSV(B) | 134.77º | 0.29% | 0.88% | - |
| XYZ | 48.69 | 63.78 | 50.3 | - |
| YUV | 198.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 175 | 0.29 | 0 | 0.22 | 0.12 | 134.77 | 0.51 | 0.75 |
| Hex | 9F | E0 | AF | 1D | 0 | 16 | C | 87 | 33 | 4B |
| Octal | 237 | 340 | 257 | 35 | 0 | 26 | 14 | 207 | 63 | 113 |
| Binary | 10011111 | 11100000 | 10101111 | 11101 | 0 | 10110 | 1100 | 10000111 | 110011 | 1001011 |
Color Harmonies of #9FE0AF
Complementary color
Monochromatic Colors of #9FE0AF
Black with #9FE0AF
Text Example
Text Example
White with #9FE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0AF; }
p { color: rgb(159,224,175); }
H1.HeaderClassName
{
color: #9FE0AF;
}
.AnyTagClassName
{
color: #9FE0AF;
}
</style>
background-color css
<style>
a { background-color: #9FE0AF; }
a { background-color: rgb(159,224,175); }
div.DivClassName
{
background-color: #9FE0AF;
}
.BgClassName
{
background-color: #9FE0AF;
}
</style>
border-color css
<style>
span { border-color: #9FE0AF; }
span { border-color: rgb(159,224,175); }
td.TdClassName
{
border-color: #9FE0AF;
}
.TagClassName
{
border-color: #9FE0AF;
}
</style>