Shades of Chinook #9FC99F
Tints of Chinook #9FC99F
RGB
CMYK
RGB Variations
Color information
#9FC99F (or 0x9FC99F) is known color: Chinook. HEX triplet: 9F, C9 and 9F. RGB value is (159,201,159). Sum of RGB (Red+Green+Blue) = 159+201+159=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC99F is #603660. Grayscale: #B7B7B7. Windows color (decimal): -6305377 or 10471839. OLE color: 10471839.
HSL color Cylindrical-coordinate representation of color #9FC99F: hue angle of 120º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC99F is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 159 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.21 |
| HSL | 120º | 0.28% | 0.71% | - |
| HSV(B) | 120º | 0.21% | 0.79% | - |
| XYZ | 41.44 | 51.65 | 40.59 | - |
| YUV | 183.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 159 | 0.21 | 0 | 0.21 | 0.21 | 120 | 0.28 | 0.71 |
| Hex | 9F | C9 | 9F | 15 | 0 | 15 | 15 | 78 | 1C | 47 |
| Octal | 237 | 311 | 237 | 25 | 0 | 25 | 25 | 170 | 34 | 107 |
| Binary | 10011111 | 11001001 | 10011111 | 10101 | 0 | 10101 | 10101 | 1111000 | 11100 | 1000111 |
Color Harmonies of #9FC99F
Complementary color
Monochromatic Colors of #9FC99F
Black with #9FC99F
Text Example
Text Example
White with #9FC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC99F; }
p { color: rgb(159,201,159); }
H1.HeaderClassName
{
color: #9FC99F;
}
.AnyTagClassName
{
color: #9FC99F;
}
</style>
background-color css
<style>
a { background-color: #9FC99F; }
a { background-color: rgb(159,201,159); }
div.DivClassName
{
background-color: #9FC99F;
}
.BgClassName
{
background-color: #9FC99F;
}
</style>
border-color css
<style>
span { border-color: #9FC99F; }
span { border-color: rgb(159,201,159); }
td.TdClassName
{
border-color: #9FC99F;
}
.TagClassName
{
border-color: #9FC99F;
}
</style>