Shades of Chinook #9FE2AD
Tints of Chinook #9FE2AD
RGB
CMYK
RGB Variations
Color information
#9FE2AD (or 0x9FE2AD) is known color: Chinook. HEX triplet: 9F, E2 and AD. RGB value is (159,226,173). Sum of RGB (Red+Green+Blue) = 159+226+173=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE2AD is #601D52. Grayscale: #C8C8C8. Windows color (decimal): -6298963 or 11395743. OLE color: 11395743.
HSL color Cylindrical-coordinate representation of color #9FE2AD: hue angle of 132.54º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE2AD is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 173 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.11 |
| HSL | 132.54º | 0.54% | 0.75% | - |
| HSV(B) | 132.54º | 0.3% | 0.89% | - |
| XYZ | 49.04 | 64.78 | 49.45 | - |
| YUV | 199.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 173 | 0.30 | 0 | 0.23 | 0.11 | 132.54 | 0.54 | 0.75 |
| Hex | 9F | E2 | AD | 1E | 0 | 17 | B | 85 | 36 | 4B |
| Octal | 237 | 342 | 255 | 36 | 0 | 27 | 13 | 205 | 66 | 113 |
| Binary | 10011111 | 11100010 | 10101101 | 11110 | 0 | 10111 | 1011 | 10000101 | 110110 | 1001011 |
Color Harmonies of #9FE2AD
Complementary color
Monochromatic Colors of #9FE2AD
Black with #9FE2AD
Text Example
Text Example
White with #9FE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE2AD; }
p { color: rgb(159,226,173); }
H1.HeaderClassName
{
color: #9FE2AD;
}
.AnyTagClassName
{
color: #9FE2AD;
}
</style>
background-color css
<style>
a { background-color: #9FE2AD; }
a { background-color: rgb(159,226,173); }
div.DivClassName
{
background-color: #9FE2AD;
}
.BgClassName
{
background-color: #9FE2AD;
}
</style>
border-color css
<style>
span { border-color: #9FE2AD; }
span { border-color: rgb(159,226,173); }
td.TdClassName
{
border-color: #9FE2AD;
}
.TagClassName
{
border-color: #9FE2AD;
}
</style>