Shades of Chinook #99CF9F
Tints of Chinook #99CF9F
RGB
CMYK
RGB Variations
Color information
#99CF9F (or 0x99CF9F) is known color: Chinook. HEX triplet: 99, CF and 9F. RGB value is (153,207,159). Sum of RGB (Red+Green+Blue) = 153+207+159=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF9F is #663060. Grayscale: #B9B9B9. Windows color (decimal): -6697057 or 10473369. OLE color: 10473369.
HSL color Cylindrical-coordinate representation of color #99CF9F: hue angle of 126.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CF9F is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 159 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.19 |
| HSL | 126.67º | 0.36% | 0.71% | - |
| HSV(B) | 126.67º | 0.26% | 0.81% | - |
| XYZ | 41.71 | 53.9 | 41.01 | - |
| YUV | 185.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 159 | 0.26 | 0 | 0.23 | 0.19 | 126.67 | 0.36 | 0.71 |
| Hex | 99 | CF | 9F | 1A | 0 | 17 | 13 | 7F | 24 | 47 |
| Octal | 231 | 317 | 237 | 32 | 0 | 27 | 23 | 177 | 44 | 107 |
| Binary | 10011001 | 11001111 | 10011111 | 11010 | 0 | 10111 | 10011 | 1111111 | 100100 | 1000111 |
Color Harmonies of #99CF9F
Complementary color
Monochromatic Colors of #99CF9F
Black with #99CF9F
Text Example
Text Example
White with #99CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF9F; }
p { color: rgb(153,207,159); }
H1.HeaderClassName
{
color: #99CF9F;
}
.AnyTagClassName
{
color: #99CF9F;
}
</style>
background-color css
<style>
a { background-color: #99CF9F; }
a { background-color: rgb(153,207,159); }
div.DivClassName
{
background-color: #99CF9F;
}
.BgClassName
{
background-color: #99CF9F;
}
</style>
border-color css
<style>
span { border-color: #99CF9F; }
span { border-color: rgb(153,207,159); }
td.TdClassName
{
border-color: #99CF9F;
}
.TagClassName
{
border-color: #99CF9F;
}
</style>