Shades of Chinook #8AE19D
Tints of Chinook #8AE19D
RGB
CMYK
RGB Variations
Color information
#8AE19D (or 0x8AE19D) is known color: Chinook. HEX triplet: 8A, E1 and 9D. RGB value is (138,225,157). Sum of RGB (Red+Green+Blue) = 138+225+157=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE19D is #751E62. Grayscale: #BFBFBF. Windows color (decimal): -7675491 or 10346890. OLE color: 10346890.
HSL color Cylindrical-coordinate representation of color #8AE19D: hue angle of 133.1º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE19D is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 157 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.12 |
| HSL | 133.1º | 0.59% | 0.71% | - |
| HSV(B) | 133.1º | 0.39% | 0.88% | - |
| XYZ | 43.49 | 61.69 | 41.51 | - |
| YUV | 191.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 157 | 0.39 | 0 | 0.30 | 0.12 | 133.1 | 0.59 | 0.71 |
| Hex | 8A | E1 | 9D | 27 | 0 | 1E | C | 85 | 3B | 47 |
| Octal | 212 | 341 | 235 | 47 | 0 | 36 | 14 | 205 | 73 | 107 |
| Binary | 10001010 | 11100001 | 10011101 | 100111 | 0 | 11110 | 1100 | 10000101 | 111011 | 1000111 |
Color Harmonies of #8AE19D
Complementary color
Monochromatic Colors of #8AE19D
Black with #8AE19D
Text Example
Text Example
White with #8AE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE19D; }
p { color: rgb(138,225,157); }
H1.HeaderClassName
{
color: #8AE19D;
}
.AnyTagClassName
{
color: #8AE19D;
}
</style>
background-color css
<style>
a { background-color: #8AE19D; }
a { background-color: rgb(138,225,157); }
div.DivClassName
{
background-color: #8AE19D;
}
.BgClassName
{
background-color: #8AE19D;
}
</style>
border-color css
<style>
span { border-color: #8AE19D; }
span { border-color: rgb(138,225,157); }
td.TdClassName
{
border-color: #8AE19D;
}
.TagClassName
{
border-color: #8AE19D;
}
</style>