Shades of Chinook #9FE1AA
Tints of Chinook #9FE1AA
RGB
CMYK
RGB Variations
Color information
#9FE1AA (or 0x9FE1AA) is known color: Chinook. HEX triplet: 9F, E1 and AA. RGB value is (159,225,170). Sum of RGB (Red+Green+Blue) = 159+225+170=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE1AA is #601E55. Grayscale: #C7C7C7. Windows color (decimal): -6299222 or 11198879. OLE color: 11198879.
HSL color Cylindrical-coordinate representation of color #9FE1AA: hue angle of 130º 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 #9FE1AA is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 170 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.12 |
| HSL | 130º | 0.52% | 0.75% | - |
| HSV(B) | 130º | 0.29% | 0.88% | - |
| XYZ | 48.48 | 64.12 | 47.85 | - |
| YUV | 199 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 170 | 0.29 | 0 | 0.24 | 0.12 | 130 | 0.52 | 0.75 |
| Hex | 9F | E1 | AA | 1D | 0 | 18 | C | 82 | 34 | 4B |
| Octal | 237 | 341 | 252 | 35 | 0 | 30 | 14 | 202 | 64 | 113 |
| Binary | 10011111 | 11100001 | 10101010 | 11101 | 0 | 11000 | 1100 | 10000010 | 110100 | 1001011 |
Color Harmonies of #9FE1AA
Complementary color
Monochromatic Colors of #9FE1AA
Black with #9FE1AA
Text Example
Text Example
White with #9FE1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE1AA; }
p { color: rgb(159,225,170); }
H1.HeaderClassName
{
color: #9FE1AA;
}
.AnyTagClassName
{
color: #9FE1AA;
}
</style>
background-color css
<style>
a { background-color: #9FE1AA; }
a { background-color: rgb(159,225,170); }
div.DivClassName
{
background-color: #9FE1AA;
}
.BgClassName
{
background-color: #9FE1AA;
}
</style>
border-color css
<style>
span { border-color: #9FE1AA; }
span { border-color: rgb(159,225,170); }
td.TdClassName
{
border-color: #9FE1AA;
}
.TagClassName
{
border-color: #9FE1AA;
}
</style>