Shades of Chinook #99DF9E
Tints of Chinook #99DF9E
RGB
CMYK
RGB Variations
Color information
#99DF9E (or 0x99DF9E) is known color: Chinook. HEX triplet: 99, DF and 9E. RGB value is (153,223,158). Sum of RGB (Red+Green+Blue) = 153+223+158=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DF9E is #662061. Grayscale: #C2C2C2. Windows color (decimal): -6692962 or 10411929. OLE color: 10411929.
HSL color Cylindrical-coordinate representation of color #99DF9E: hue angle of 124.29º 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 #99DF9E is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 158 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.13 |
| HSL | 124.29º | 0.52% | 0.74% | - |
| HSV(B) | 124.29º | 0.31% | 0.87% | - |
| XYZ | 45.7 | 62.02 | 41.91 | - |
| YUV | 194.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 158 | 0.31 | 0 | 0.29 | 0.13 | 124.29 | 0.52 | 0.74 |
| Hex | 99 | DF | 9E | 1F | 0 | 1D | D | 7C | 34 | 4A |
| Octal | 231 | 337 | 236 | 37 | 0 | 35 | 15 | 174 | 64 | 112 |
| Binary | 10011001 | 11011111 | 10011110 | 11111 | 0 | 11101 | 1101 | 1111100 | 110100 | 1001010 |
Color Harmonies of #99DF9E
Complementary color
Monochromatic Colors of #99DF9E
Black with #99DF9E
Text Example
Text Example
White with #99DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF9E; }
p { color: rgb(153,223,158); }
H1.HeaderClassName
{
color: #99DF9E;
}
.AnyTagClassName
{
color: #99DF9E;
}
</style>
background-color css
<style>
a { background-color: #99DF9E; }
a { background-color: rgb(153,223,158); }
div.DivClassName
{
background-color: #99DF9E;
}
.BgClassName
{
background-color: #99DF9E;
}
</style>
border-color css
<style>
span { border-color: #99DF9E; }
span { border-color: rgb(153,223,158); }
td.TdClassName
{
border-color: #99DF9E;
}
.TagClassName
{
border-color: #99DF9E;
}
</style>