Shades of Chinook #8EDB99
Tints of Chinook #8EDB99
RGB
CMYK
RGB Variations
Color information
#8EDB99 (or 0x8EDB99) is known color: Chinook. HEX triplet: 8E, DB and 99. RGB value is (142,219,153). Sum of RGB (Red+Green+Blue) = 142+219+153=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDB99 is #712466. Grayscale: #BCBCBC. Windows color (decimal): -7414887 or 10083214. OLE color: 10083214.
HSL color Cylindrical-coordinate representation of color #8EDB99: hue angle of 128.57º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDB99 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 153 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.14 |
| HSL | 128.57º | 0.52% | 0.71% | - |
| HSV(B) | 128.57º | 0.35% | 0.86% | - |
| XYZ | 42.24 | 58.71 | 39.24 | - |
| YUV | 188.45 | 107.99 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 153 | 0.35 | 0 | 0.30 | 0.14 | 128.57 | 0.52 | 0.71 |
| Hex | 8E | DB | 99 | 23 | 0 | 1E | E | 81 | 34 | 47 |
| Octal | 216 | 333 | 231 | 43 | 0 | 36 | 16 | 201 | 64 | 107 |
| Binary | 10001110 | 11011011 | 10011001 | 100011 | 0 | 11110 | 1110 | 10000001 | 110100 | 1000111 |
Color Harmonies of #8EDB99
Complementary color
Monochromatic Colors of #8EDB99
Black with #8EDB99
Text Example
Text Example
White with #8EDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB99; }
p { color: rgb(142,219,153); }
H1.HeaderClassName
{
color: #8EDB99;
}
.AnyTagClassName
{
color: #8EDB99;
}
</style>
background-color css
<style>
a { background-color: #8EDB99; }
a { background-color: rgb(142,219,153); }
div.DivClassName
{
background-color: #8EDB99;
}
.BgClassName
{
background-color: #8EDB99;
}
</style>
border-color css
<style>
span { border-color: #8EDB99; }
span { border-color: rgb(142,219,153); }
td.TdClassName
{
border-color: #8EDB99;
}
.TagClassName
{
border-color: #8EDB99;
}
</style>