Shades of Chinook #8CDF9C
Tints of Chinook #8CDF9C
RGB
CMYK
RGB Variations
Color information
#8CDF9C (or 0x8CDF9C) is known color: Chinook. HEX triplet: 8C, DF and 9C. RGB value is (140,223,156). Sum of RGB (Red+Green+Blue) = 140+223+156=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDF9C is #732063. Grayscale: #BEBEBE. Windows color (decimal): -7544932 or 10280844. OLE color: 10280844.
HSL color Cylindrical-coordinate representation of color #8CDF9C: hue angle of 131.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDF9C is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 156 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.13 |
| HSL | 131.57º | 0.56% | 0.71% | - |
| HSV(B) | 131.57º | 0.37% | 0.87% | - |
| XYZ | 43.2 | 60.75 | 40.9 | - |
| YUV | 190.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 156 | 0.37 | 0 | 0.30 | 0.13 | 131.57 | 0.56 | 0.71 |
| Hex | 8C | DF | 9C | 25 | 0 | 1E | D | 84 | 38 | 47 |
| Octal | 214 | 337 | 234 | 45 | 0 | 36 | 15 | 204 | 70 | 107 |
| Binary | 10001100 | 11011111 | 10011100 | 100101 | 0 | 11110 | 1101 | 10000100 | 111000 | 1000111 |
Color Harmonies of #8CDF9C
Complementary color
Monochromatic Colors of #8CDF9C
Black with #8CDF9C
Text Example
Text Example
White with #8CDF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF9C; }
p { color: rgb(140,223,156); }
H1.HeaderClassName
{
color: #8CDF9C;
}
.AnyTagClassName
{
color: #8CDF9C;
}
</style>
background-color css
<style>
a { background-color: #8CDF9C; }
a { background-color: rgb(140,223,156); }
div.DivClassName
{
background-color: #8CDF9C;
}
.BgClassName
{
background-color: #8CDF9C;
}
</style>
border-color css
<style>
span { border-color: #8CDF9C; }
span { border-color: rgb(140,223,156); }
td.TdClassName
{
border-color: #8CDF9C;
}
.TagClassName
{
border-color: #8CDF9C;
}
</style>