Shades of Chinook #8CD09C
Tints of Chinook #8CD09C
RGB
CMYK
RGB Variations
Color information
#8CD09C (or 0x8CD09C) is known color: Chinook. HEX triplet: 8C, D0 and 9C. RGB value is (140,208,156). Sum of RGB (Red+Green+Blue) = 140+208+156=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD09C is #732F63. Grayscale: #B5B5B5. Windows color (decimal): -7548772 or 10277004. OLE color: 10277004.
HSL color Cylindrical-coordinate representation of color #8CD09C: hue angle of 134.12º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD09C is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 208 | 156 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.18 |
| HSL | 134.12º | 0.42% | 0.68% | - |
| HSV(B) | 134.12º | 0.33% | 0.82% | - |
| XYZ | 39.37 | 53.09 | 39.62 | - |
| YUV | 181.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 208 | 156 | 0.33 | 0 | 0.25 | 0.18 | 134.12 | 0.42 | 0.68 |
| Hex | 8C | D0 | 9C | 21 | 0 | 19 | 12 | 86 | 2A | 44 |
| Octal | 214 | 320 | 234 | 41 | 0 | 31 | 22 | 206 | 52 | 104 |
| Binary | 10001100 | 11010000 | 10011100 | 100001 | 0 | 11001 | 10010 | 10000110 | 101010 | 1000100 |
Color Harmonies of #8CD09C
Complementary color
Monochromatic Colors of #8CD09C
Black with #8CD09C
Text Example
Text Example
White with #8CD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD09C; }
p { color: rgb(140,208,156); }
H1.HeaderClassName
{
color: #8CD09C;
}
.AnyTagClassName
{
color: #8CD09C;
}
</style>
background-color css
<style>
a { background-color: #8CD09C; }
a { background-color: rgb(140,208,156); }
div.DivClassName
{
background-color: #8CD09C;
}
.BgClassName
{
background-color: #8CD09C;
}
</style>
border-color css
<style>
span { border-color: #8CD09C; }
span { border-color: rgb(140,208,156); }
td.TdClassName
{
border-color: #8CD09C;
}
.TagClassName
{
border-color: #8CD09C;
}
</style>