Shades of Chinook #8FE09D
Tints of Chinook #8FE09D
RGB
CMYK
RGB Variations
Color information
#8FE09D (or 0x8FE09D) is known color: Chinook. HEX triplet: 8F, E0 and 9D. RGB value is (143,224,157). Sum of RGB (Red+Green+Blue) = 143+224+157=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE09D is #701F62. Grayscale: #C0C0C0. Windows color (decimal): -7348067 or 10346639. OLE color: 10346639.
HSL color Cylindrical-coordinate representation of color #8FE09D: hue angle of 130.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE09D is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 157 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.12 |
| HSL | 130.37º | 0.57% | 0.72% | - |
| HSV(B) | 130.37º | 0.36% | 0.88% | - |
| XYZ | 44.07 | 61.59 | 41.46 | - |
| YUV | 192.14 | 108.16 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 157 | 0.36 | 0 | 0.30 | 0.12 | 130.37 | 0.57 | 0.72 |
| Hex | 8F | E0 | 9D | 24 | 0 | 1E | C | 82 | 39 | 48 |
| Octal | 217 | 340 | 235 | 44 | 0 | 36 | 14 | 202 | 71 | 110 |
| Binary | 10001111 | 11100000 | 10011101 | 100100 | 0 | 11110 | 1100 | 10000010 | 111001 | 1001000 |
Color Harmonies of #8FE09D
Complementary color
Monochromatic Colors of #8FE09D
Black with #8FE09D
Text Example
Text Example
White with #8FE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE09D; }
p { color: rgb(143,224,157); }
H1.HeaderClassName
{
color: #8FE09D;
}
.AnyTagClassName
{
color: #8FE09D;
}
</style>
background-color css
<style>
a { background-color: #8FE09D; }
a { background-color: rgb(143,224,157); }
div.DivClassName
{
background-color: #8FE09D;
}
.BgClassName
{
background-color: #8FE09D;
}
</style>
border-color css
<style>
span { border-color: #8FE09D; }
span { border-color: rgb(143,224,157); }
td.TdClassName
{
border-color: #8FE09D;
}
.TagClassName
{
border-color: #8FE09D;
}
</style>