Shades of Chinook #9CDB9F
Tints of Chinook #9CDB9F
RGB
CMYK
RGB Variations
Color information
#9CDB9F (or 0x9CDB9F) is known color: Chinook. HEX triplet: 9C, DB and 9F. RGB value is (156,219,159). Sum of RGB (Red+Green+Blue) = 156+219+159=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDB9F is #632460. Grayscale: #C1C1C1. Windows color (decimal): -6497377 or 10476444. OLE color: 10476444.
HSL color Cylindrical-coordinate representation of color #9CDB9F: hue angle of 122.86º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDB9F is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 159 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.14 |
| HSL | 122.86º | 0.47% | 0.74% | - |
| HSV(B) | 122.86º | 0.29% | 0.86% | - |
| XYZ | 45.3 | 60.23 | 42.04 | - |
| YUV | 193.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 159 | 0.29 | 0 | 0.27 | 0.14 | 122.86 | 0.47 | 0.74 |
| Hex | 9C | DB | 9F | 1D | 0 | 1B | E | 7B | 2F | 4A |
| Octal | 234 | 333 | 237 | 35 | 0 | 33 | 16 | 173 | 57 | 112 |
| Binary | 10011100 | 11011011 | 10011111 | 11101 | 0 | 11011 | 1110 | 1111011 | 101111 | 1001010 |
Color Harmonies of #9CDB9F
Complementary color
Monochromatic Colors of #9CDB9F
Black with #9CDB9F
Text Example
Text Example
White with #9CDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB9F; }
p { color: rgb(156,219,159); }
H1.HeaderClassName
{
color: #9CDB9F;
}
.AnyTagClassName
{
color: #9CDB9F;
}
</style>
background-color css
<style>
a { background-color: #9CDB9F; }
a { background-color: rgb(156,219,159); }
div.DivClassName
{
background-color: #9CDB9F;
}
.BgClassName
{
background-color: #9CDB9F;
}
</style>
border-color css
<style>
span { border-color: #9CDB9F; }
span { border-color: rgb(156,219,159); }
td.TdClassName
{
border-color: #9CDB9F;
}
.TagClassName
{
border-color: #9CDB9F;
}
</style>