Shades of Chinook #8BE09D
Tints of Chinook #8BE09D
RGB
CMYK
RGB Variations
Color information
#8BE09D (or 0x8BE09D) is known color: Chinook. HEX triplet: 8B, E0 and 9D. RGB value is (139,224,157). Sum of RGB (Red+Green+Blue) = 139+224+157=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #8BE09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BE09D is #741F62. Grayscale: #BFBFBF. Windows color (decimal): -7610211 or 10346635. OLE color: 10346635.
HSL color Cylindrical-coordinate representation of color #8BE09D: hue angle of 132.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE09D is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 224 | 157 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.12 |
| HSL | 132.71º | 0.58% | 0.71% | - |
| HSV(B) | 132.71º | 0.38% | 0.88% | - |
| XYZ | 43.39 | 61.23 | 41.43 | - |
| YUV | 190.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 224 | 157 | 0.38 | 0 | 0.30 | 0.12 | 132.71 | 0.58 | 0.71 |
| Hex | 8B | E0 | 9D | 26 | 0 | 1E | C | 85 | 3A | 47 |
| Octal | 213 | 340 | 235 | 46 | 0 | 36 | 14 | 205 | 72 | 107 |
| Binary | 10001011 | 11100000 | 10011101 | 100110 | 0 | 11110 | 1100 | 10000101 | 111010 | 1000111 |
Color Harmonies of #8BE09D
Complementary color
Monochromatic Colors of #8BE09D
Black with #8BE09D
Text Example
Text Example
White with #8BE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE09D; }
p { color: rgb(139,224,157); }
H1.HeaderClassName
{
color: #8BE09D;
}
.AnyTagClassName
{
color: #8BE09D;
}
</style>
background-color css
<style>
a { background-color: #8BE09D; }
a { background-color: rgb(139,224,157); }
div.DivClassName
{
background-color: #8BE09D;
}
.BgClassName
{
background-color: #8BE09D;
}
</style>
border-color css
<style>
span { border-color: #8BE09D; }
span { border-color: rgb(139,224,157); }
td.TdClassName
{
border-color: #8BE09D;
}
.TagClassName
{
border-color: #8BE09D;
}
</style>