Shades of Chinook #8ED69A
Tints of Chinook #8ED69A
RGB
CMYK
RGB Variations
Color information
#8ED69A (or 0x8ED69A) is known color: Chinook. HEX triplet: 8E, D6 and 9A. RGB value is (142,214,154). Sum of RGB (Red+Green+Blue) = 142+214+154=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED69A is #712965. Grayscale: #B9B9B9. Windows color (decimal): -7416166 or 10147470. OLE color: 10147470.
HSL color Cylindrical-coordinate representation of color #8ED69A: hue angle of 130º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED69A is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 154 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.16 |
| HSL | 130º | 0.47% | 0.7% | - |
| HSV(B) | 130º | 0.34% | 0.84% | - |
| XYZ | 41.03 | 56.18 | 39.25 | - |
| YUV | 185.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 154 | 0.34 | 0 | 0.28 | 0.16 | 130 | 0.47 | 0.7 |
| Hex | 8E | D6 | 9A | 22 | 0 | 1C | 10 | 82 | 2F | 46 |
| Octal | 216 | 326 | 232 | 42 | 0 | 34 | 20 | 202 | 57 | 106 |
| Binary | 10001110 | 11010110 | 10011010 | 100010 | 0 | 11100 | 10000 | 10000010 | 101111 | 1000110 |
Color Harmonies of #8ED69A
Complementary color
Monochromatic Colors of #8ED69A
Black with #8ED69A
Text Example
Text Example
White with #8ED69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED69A; }
p { color: rgb(142,214,154); }
H1.HeaderClassName
{
color: #8ED69A;
}
.AnyTagClassName
{
color: #8ED69A;
}
</style>
background-color css
<style>
a { background-color: #8ED69A; }
a { background-color: rgb(142,214,154); }
div.DivClassName
{
background-color: #8ED69A;
}
.BgClassName
{
background-color: #8ED69A;
}
</style>
border-color css
<style>
span { border-color: #8ED69A; }
span { border-color: rgb(142,214,154); }
td.TdClassName
{
border-color: #8ED69A;
}
.TagClassName
{
border-color: #8ED69A;
}
</style>