Shades of Chinook #8CD19E
Tints of Chinook #8CD19E
RGB
CMYK
RGB Variations
Color information
#8CD19E (or 0x8CD19E) is known color: Chinook. HEX triplet: 8C, D1 and 9E. RGB value is (140,209,158). Sum of RGB (Red+Green+Blue) = 140+209+158=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD19E is #732E61. Grayscale: #B6B6B6. Windows color (decimal): -7548514 or 10408332. OLE color: 10408332.
HSL color Cylindrical-coordinate representation of color #8CD19E: hue angle of 135.65º degrees, saturation: 0.43, 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 #8CD19E is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 209 | 158 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.18 |
| HSL | 135.65º | 0.43% | 0.68% | - |
| HSV(B) | 135.65º | 0.33% | 0.82% | - |
| XYZ | 39.79 | 53.65 | 40.61 | - |
| YUV | 182.56 | 114.14 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 209 | 158 | 0.33 | 0 | 0.24 | 0.18 | 135.65 | 0.43 | 0.68 |
| Hex | 8C | D1 | 9E | 21 | 0 | 18 | 12 | 88 | 2B | 44 |
| Octal | 214 | 321 | 236 | 41 | 0 | 30 | 22 | 210 | 53 | 104 |
| Binary | 10001100 | 11010001 | 10011110 | 100001 | 0 | 11000 | 10010 | 10001000 | 101011 | 1000100 |
Color Harmonies of #8CD19E
Complementary color
Monochromatic Colors of #8CD19E
Black with #8CD19E
Text Example
Text Example
White with #8CD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD19E; }
p { color: rgb(140,209,158); }
H1.HeaderClassName
{
color: #8CD19E;
}
.AnyTagClassName
{
color: #8CD19E;
}
</style>
background-color css
<style>
a { background-color: #8CD19E; }
a { background-color: rgb(140,209,158); }
div.DivClassName
{
background-color: #8CD19E;
}
.BgClassName
{
background-color: #8CD19E;
}
</style>
border-color css
<style>
span { border-color: #8CD19E; }
span { border-color: rgb(140,209,158); }
td.TdClassName
{
border-color: #8CD19E;
}
.TagClassName
{
border-color: #8CD19E;
}
</style>