Shades of Chinook #9FE3AA
Tints of Chinook #9FE3AA
RGB
CMYK
RGB Variations
Color information
#9FE3AA (or 0x9FE3AA) is known color: Chinook. HEX triplet: 9F, E3 and AA. RGB value is (159,227,170). Sum of RGB (Red+Green+Blue) = 159+227+170=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE3AA is #601C55. Grayscale: #C8C8C8. Windows color (decimal): -6298710 or 11199391. OLE color: 11199391.
HSL color Cylindrical-coordinate representation of color #9FE3AA: hue angle of 129.71º degrees, saturation: 0.55, 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 #9FE3AA is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 170 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.11 |
| HSL | 129.71º | 0.55% | 0.76% | - |
| HSV(B) | 129.71º | 0.3% | 0.89% | - |
| XYZ | 49.02 | 65.21 | 48.03 | - |
| YUV | 200.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 170 | 0.30 | 0 | 0.25 | 0.11 | 129.71 | 0.55 | 0.76 |
| Hex | 9F | E3 | AA | 1E | 0 | 19 | B | 82 | 37 | 4C |
| Octal | 237 | 343 | 252 | 36 | 0 | 31 | 13 | 202 | 67 | 114 |
| Binary | 10011111 | 11100011 | 10101010 | 11110 | 0 | 11001 | 1011 | 10000010 | 110111 | 1001100 |
Color Harmonies of #9FE3AA
Complementary color
Monochromatic Colors of #9FE3AA
Black with #9FE3AA
Text Example
Text Example
White with #9FE3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE3AA; }
p { color: rgb(159,227,170); }
H1.HeaderClassName
{
color: #9FE3AA;
}
.AnyTagClassName
{
color: #9FE3AA;
}
</style>
background-color css
<style>
a { background-color: #9FE3AA; }
a { background-color: rgb(159,227,170); }
div.DivClassName
{
background-color: #9FE3AA;
}
.BgClassName
{
background-color: #9FE3AA;
}
</style>
border-color css
<style>
span { border-color: #9FE3AA; }
span { border-color: rgb(159,227,170); }
td.TdClassName
{
border-color: #9FE3AA;
}
.TagClassName
{
border-color: #9FE3AA;
}
</style>