Shades of Chinook #8FD198
Tints of Chinook #8FD198
RGB
CMYK
RGB Variations
Color information
#8FD198 (or 0x8FD198) is known color: Chinook. HEX triplet: 8F, D1 and 98. RGB value is (143,209,152). Sum of RGB (Red+Green+Blue) = 143+209+152=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD198 is #702E67. Grayscale: #B6B6B6. Windows color (decimal): -7351912 or 10015119. OLE color: 10015119.
HSL color Cylindrical-coordinate representation of color #8FD198: hue angle of 128.18º degrees, saturation: 0.42, 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 #8FD198 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 209 | 152 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.18 |
| HSL | 128.18º | 0.42% | 0.69% | - |
| HSV(B) | 128.18º | 0.32% | 0.82% | - |
| XYZ | 39.8 | 53.71 | 37.97 | - |
| YUV | 182.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 209 | 152 | 0.32 | 0 | 0.27 | 0.18 | 128.18 | 0.42 | 0.69 |
| Hex | 8F | D1 | 98 | 20 | 0 | 1B | 12 | 80 | 2A | 45 |
| Octal | 217 | 321 | 230 | 40 | 0 | 33 | 22 | 200 | 52 | 105 |
| Binary | 10001111 | 11010001 | 10011000 | 100000 | 0 | 11011 | 10010 | 10000000 | 101010 | 1000101 |
Color Harmonies of #8FD198
Complementary color
Monochromatic Colors of #8FD198
Black with #8FD198
Text Example
Text Example
White with #8FD198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD198; }
p { color: rgb(143,209,152); }
H1.HeaderClassName
{
color: #8FD198;
}
.AnyTagClassName
{
color: #8FD198;
}
</style>
background-color css
<style>
a { background-color: #8FD198; }
a { background-color: rgb(143,209,152); }
div.DivClassName
{
background-color: #8FD198;
}
.BgClassName
{
background-color: #8FD198;
}
</style>
border-color css
<style>
span { border-color: #8FD198; }
span { border-color: rgb(143,209,152); }
td.TdClassName
{
border-color: #8FD198;
}
.TagClassName
{
border-color: #8FD198;
}
</style>