Shades of Chinook #99DF9F
Tints of Chinook #99DF9F
RGB
CMYK
RGB Variations
Color information
#99DF9F (or 0x99DF9F) is known color: Chinook. HEX triplet: 99, DF and 9F. RGB value is (153,223,159). Sum of RGB (Red+Green+Blue) = 153+223+159=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DF9F is #662060. Grayscale: #C2C2C2. Windows color (decimal): -6692961 or 10477465. OLE color: 10477465.
HSL color Cylindrical-coordinate representation of color #99DF9F: hue angle of 125.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DF9F is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 159 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.13 |
| HSL | 125.14º | 0.52% | 0.74% | - |
| HSV(B) | 125.14º | 0.31% | 0.87% | - |
| XYZ | 45.78 | 62.05 | 42.36 | - |
| YUV | 194.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 159 | 0.31 | 0 | 0.29 | 0.13 | 125.14 | 0.52 | 0.74 |
| Hex | 99 | DF | 9F | 1F | 0 | 1D | D | 7D | 34 | 4A |
| Octal | 231 | 337 | 237 | 37 | 0 | 35 | 15 | 175 | 64 | 112 |
| Binary | 10011001 | 11011111 | 10011111 | 11111 | 0 | 11101 | 1101 | 1111101 | 110100 | 1001010 |
Color Harmonies of #99DF9F
Complementary color
Monochromatic Colors of #99DF9F
Black with #99DF9F
Text Example
Text Example
White with #99DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF9F; }
p { color: rgb(153,223,159); }
H1.HeaderClassName
{
color: #99DF9F;
}
.AnyTagClassName
{
color: #99DF9F;
}
</style>
background-color css
<style>
a { background-color: #99DF9F; }
a { background-color: rgb(153,223,159); }
div.DivClassName
{
background-color: #99DF9F;
}
.BgClassName
{
background-color: #99DF9F;
}
</style>
border-color css
<style>
span { border-color: #99DF9F; }
span { border-color: rgb(153,223,159); }
td.TdClassName
{
border-color: #99DF9F;
}
.TagClassName
{
border-color: #99DF9F;
}
</style>