Shades of Chinook #8FD29B
Tints of Chinook #8FD29B
RGB
CMYK
RGB Variations
Color information
#8FD29B (or 0x8FD29B) is known color: Chinook. HEX triplet: 8F, D2 and 9B. RGB value is (143,210,155). Sum of RGB (Red+Green+Blue) = 143+210+155=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD29B is #702D64. Grayscale: #B7B7B7. Windows color (decimal): -7351653 or 10211983. OLE color: 10211983.
HSL color Cylindrical-coordinate representation of color #8FD29B: hue angle of 130.75º 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 #8FD29B is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 155 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.18 |
| HSL | 130.75º | 0.43% | 0.69% | - |
| HSV(B) | 130.75º | 0.32% | 0.82% | - |
| XYZ | 40.29 | 54.3 | 39.37 | - |
| YUV | 183.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 155 | 0.32 | 0 | 0.26 | 0.18 | 130.75 | 0.43 | 0.69 |
| Hex | 8F | D2 | 9B | 20 | 0 | 1A | 12 | 83 | 2B | 45 |
| Octal | 217 | 322 | 233 | 40 | 0 | 32 | 22 | 203 | 53 | 105 |
| Binary | 10001111 | 11010010 | 10011011 | 100000 | 0 | 11010 | 10010 | 10000011 | 101011 | 1000101 |
Color Harmonies of #8FD29B
Complementary color
Monochromatic Colors of #8FD29B
Black with #8FD29B
Text Example
Text Example
White with #8FD29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD29B; }
p { color: rgb(143,210,155); }
H1.HeaderClassName
{
color: #8FD29B;
}
.AnyTagClassName
{
color: #8FD29B;
}
</style>
background-color css
<style>
a { background-color: #8FD29B; }
a { background-color: rgb(143,210,155); }
div.DivClassName
{
background-color: #8FD29B;
}
.BgClassName
{
background-color: #8FD29B;
}
</style>
border-color css
<style>
span { border-color: #8FD29B; }
span { border-color: rgb(143,210,155); }
td.TdClassName
{
border-color: #8FD29B;
}
.TagClassName
{
border-color: #8FD29B;
}
</style>