Shades of Chinook #99DC9F
Tints of Chinook #99DC9F
RGB
CMYK
RGB Variations
Color information
#99DC9F (or 0x99DC9F) is known color: Chinook. HEX triplet: 99, DC and 9F. RGB value is (153,220,159). Sum of RGB (Red+Green+Blue) = 153+220+159=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DC9F is #662360. Grayscale: #C1C1C1. Windows color (decimal): -6693729 or 10476697. OLE color: 10476697.
HSL color Cylindrical-coordinate representation of color #99DC9F: hue angle of 125.37º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DC9F is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 159 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.14 |
| HSL | 125.37º | 0.49% | 0.73% | - |
| HSV(B) | 125.37º | 0.3% | 0.86% | - |
| XYZ | 44.99 | 60.46 | 42.1 | - |
| YUV | 193.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 159 | 0.30 | 0 | 0.28 | 0.14 | 125.37 | 0.49 | 0.73 |
| Hex | 99 | DC | 9F | 1E | 0 | 1C | E | 7D | 31 | 49 |
| Octal | 231 | 334 | 237 | 36 | 0 | 34 | 16 | 175 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10011111 | 11110 | 0 | 11100 | 1110 | 1111101 | 110001 | 1001001 |
Color Harmonies of #99DC9F
Complementary color
Monochromatic Colors of #99DC9F
Black with #99DC9F
Text Example
Text Example
White with #99DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC9F; }
p { color: rgb(153,220,159); }
H1.HeaderClassName
{
color: #99DC9F;
}
.AnyTagClassName
{
color: #99DC9F;
}
</style>
background-color css
<style>
a { background-color: #99DC9F; }
a { background-color: rgb(153,220,159); }
div.DivClassName
{
background-color: #99DC9F;
}
.BgClassName
{
background-color: #99DC9F;
}
</style>
border-color css
<style>
span { border-color: #99DC9F; }
span { border-color: rgb(153,220,159); }
td.TdClassName
{
border-color: #99DC9F;
}
.TagClassName
{
border-color: #99DC9F;
}
</style>