Shades of Chinook #9FE4AF
Tints of Chinook #9FE4AF
RGB
CMYK
RGB Variations
Color information
#9FE4AF (or 0x9FE4AF) is known color: Chinook. HEX triplet: 9F, E4 and AF. RGB value is (159,228,175). Sum of RGB (Red+Green+Blue) = 159+228+175=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE4AF is #601B50. Grayscale: #C9C9C9. Windows color (decimal): -6298449 or 11527327. OLE color: 11527327.
HSL color Cylindrical-coordinate representation of color #9FE4AF: hue angle of 133.91º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE4AF is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 175 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.11 |
| HSL | 133.91º | 0.56% | 0.76% | - |
| HSV(B) | 133.91º | 0.3% | 0.89% | - |
| XYZ | 49.78 | 65.95 | 50.66 | - |
| YUV | 201.33 | 113.14 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 175 | 0.30 | 0 | 0.23 | 0.11 | 133.91 | 0.56 | 0.76 |
| Hex | 9F | E4 | AF | 1E | 0 | 17 | B | 86 | 38 | 4C |
| Octal | 237 | 344 | 257 | 36 | 0 | 27 | 13 | 206 | 70 | 114 |
| Binary | 10011111 | 11100100 | 10101111 | 11110 | 0 | 10111 | 1011 | 10000110 | 111000 | 1001100 |
Color Harmonies of #9FE4AF
Complementary color
Monochromatic Colors of #9FE4AF
Black with #9FE4AF
Text Example
Text Example
White with #9FE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE4AF; }
p { color: rgb(159,228,175); }
H1.HeaderClassName
{
color: #9FE4AF;
}
.AnyTagClassName
{
color: #9FE4AF;
}
</style>
background-color css
<style>
a { background-color: #9FE4AF; }
a { background-color: rgb(159,228,175); }
div.DivClassName
{
background-color: #9FE4AF;
}
.BgClassName
{
background-color: #9FE4AF;
}
</style>
border-color css
<style>
span { border-color: #9FE4AF; }
span { border-color: rgb(159,228,175); }
td.TdClassName
{
border-color: #9FE4AF;
}
.TagClassName
{
border-color: #9FE4AF;
}
</style>