Shades of Chinook #8FD29E
Tints of Chinook #8FD29E
RGB
CMYK
RGB Variations
Color information
#8FD29E (or 0x8FD29E) is known color: Chinook. HEX triplet: 8F, D2 and 9E. RGB value is (143,210,158). Sum of RGB (Red+Green+Blue) = 143+210+158=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD29E is #702D61. Grayscale: #B8B8B8. Windows color (decimal): -7351650 or 10408591. OLE color: 10408591.
HSL color Cylindrical-coordinate representation of color #8FD29E: hue angle of 133.43º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FD29E is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 158 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.18 |
| HSL | 133.43º | 0.43% | 0.69% | - |
| HSV(B) | 133.43º | 0.32% | 0.82% | - |
| XYZ | 40.55 | 54.4 | 40.71 | - |
| YUV | 184.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 158 | 0.32 | 0 | 0.25 | 0.18 | 133.43 | 0.43 | 0.69 |
| Hex | 8F | D2 | 9E | 20 | 0 | 19 | 12 | 85 | 2B | 45 |
| Octal | 217 | 322 | 236 | 40 | 0 | 31 | 22 | 205 | 53 | 105 |
| Binary | 10001111 | 11010010 | 10011110 | 100000 | 0 | 11001 | 10010 | 10000101 | 101011 | 1000101 |
Color Harmonies of #8FD29E
Complementary color
Monochromatic Colors of #8FD29E
Black with #8FD29E
Text Example
Text Example
White with #8FD29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD29E; }
p { color: rgb(143,210,158); }
H1.HeaderClassName
{
color: #8FD29E;
}
.AnyTagClassName
{
color: #8FD29E;
}
</style>
background-color css
<style>
a { background-color: #8FD29E; }
a { background-color: rgb(143,210,158); }
div.DivClassName
{
background-color: #8FD29E;
}
.BgClassName
{
background-color: #8FD29E;
}
</style>
border-color css
<style>
span { border-color: #8FD29E; }
span { border-color: rgb(143,210,158); }
td.TdClassName
{
border-color: #8FD29E;
}
.TagClassName
{
border-color: #8FD29E;
}
</style>