Shades of Chinook #8FD298
Tints of Chinook #8FD298
RGB
CMYK
RGB Variations
Color information
#8FD298 (or 0x8FD298) is known color: Chinook. HEX triplet: 8F, D2 and 98. RGB value is (143,210,152). Sum of RGB (Red+Green+Blue) = 143+210+152=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD298 is #702D67. Grayscale: #B7B7B7. Windows color (decimal): -7351656 or 10015375. OLE color: 10015375.
HSL color Cylindrical-coordinate representation of color #8FD298: hue angle of 128.06º 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 #8FD298 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 152 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.18 |
| HSL | 128.06º | 0.43% | 0.69% | - |
| HSV(B) | 128.06º | 0.32% | 0.82% | - |
| XYZ | 40.04 | 54.2 | 38.06 | - |
| YUV | 183.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 152 | 0.32 | 0 | 0.28 | 0.18 | 128.06 | 0.43 | 0.69 |
| Hex | 8F | D2 | 98 | 20 | 0 | 1C | 12 | 80 | 2B | 45 |
| Octal | 217 | 322 | 230 | 40 | 0 | 34 | 22 | 200 | 53 | 105 |
| Binary | 10001111 | 11010010 | 10011000 | 100000 | 0 | 11100 | 10010 | 10000000 | 101011 | 1000101 |
Color Harmonies of #8FD298
Complementary color
Monochromatic Colors of #8FD298
Black with #8FD298
Text Example
Text Example
White with #8FD298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD298; }
p { color: rgb(143,210,152); }
H1.HeaderClassName
{
color: #8FD298;
}
.AnyTagClassName
{
color: #8FD298;
}
</style>
background-color css
<style>
a { background-color: #8FD298; }
a { background-color: rgb(143,210,152); }
div.DivClassName
{
background-color: #8FD298;
}
.BgClassName
{
background-color: #8FD298;
}
</style>
border-color css
<style>
span { border-color: #8FD298; }
span { border-color: rgb(143,210,152); }
td.TdClassName
{
border-color: #8FD298;
}
.TagClassName
{
border-color: #8FD298;
}
</style>