Shades of Chinook #8FDD9A
Tints of Chinook #8FDD9A
RGB
CMYK
RGB Variations
Color information
#8FDD9A (or 0x8FDD9A) is known color: Chinook. HEX triplet: 8F, DD and 9A. RGB value is (143,221,154). Sum of RGB (Red+Green+Blue) = 143+221+154=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDD9A is #702265. Grayscale: #BEBEBE. Windows color (decimal): -7348838 or 10149263. OLE color: 10149263.
HSL color Cylindrical-coordinate representation of color #8FDD9A: hue angle of 128.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDD9A is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 154 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.13 |
| HSL | 128.46º | 0.53% | 0.71% | - |
| HSV(B) | 128.46º | 0.35% | 0.87% | - |
| XYZ | 43.02 | 59.89 | 39.86 | - |
| YUV | 190.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 154 | 0.35 | 0 | 0.30 | 0.13 | 128.46 | 0.53 | 0.71 |
| Hex | 8F | DD | 9A | 23 | 0 | 1E | D | 80 | 35 | 47 |
| Octal | 217 | 335 | 232 | 43 | 0 | 36 | 15 | 200 | 65 | 107 |
| Binary | 10001111 | 11011101 | 10011010 | 100011 | 0 | 11110 | 1101 | 10000000 | 110101 | 1000111 |
Color Harmonies of #8FDD9A
Complementary color
Monochromatic Colors of #8FDD9A
Black with #8FDD9A
Text Example
Text Example
White with #8FDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD9A; }
p { color: rgb(143,221,154); }
H1.HeaderClassName
{
color: #8FDD9A;
}
.AnyTagClassName
{
color: #8FDD9A;
}
</style>
background-color css
<style>
a { background-color: #8FDD9A; }
a { background-color: rgb(143,221,154); }
div.DivClassName
{
background-color: #8FDD9A;
}
.BgClassName
{
background-color: #8FDD9A;
}
</style>
border-color css
<style>
span { border-color: #8FDD9A; }
span { border-color: rgb(143,221,154); }
td.TdClassName
{
border-color: #8FDD9A;
}
.TagClassName
{
border-color: #8FDD9A;
}
</style>