Shades of Cascade #8EA39A
Tints of Cascade #8EA39A
RGB
CMYK
RGB Variations
Color information
#8EA39A (or 0x8EA39A) is known color: Cascade. HEX triplet: 8E, A3 and 9A. RGB value is (142,163,154). Sum of RGB (Red+Green+Blue) = 142+163+154=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA39A is #715C65. Grayscale: #9B9B9B. Windows color (decimal): -7429222 or 10134414. OLE color: 10134414.
HSL color Cylindrical-coordinate representation of color #8EA39A: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8EA39A is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 163 | 154 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.36 |
| HSL | 154.29º | 0.1% | 0.6% | - |
| HSV(B) | 154.29º | 0.13% | 0.64% | - |
| XYZ | 30.09 | 34.28 | 35.6 | - |
| YUV | 155.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 163 | 154 | 0.13 | 0 | 0.06 | 0.36 | 154.29 | 0.1 | 0.6 |
| Hex | 8E | A3 | 9A | D | 0 | 6 | 24 | 9A | A | 3C |
| Octal | 216 | 243 | 232 | 15 | 0 | 6 | 44 | 232 | 12 | 74 |
| Binary | 10001110 | 10100011 | 10011010 | 1101 | 0 | 110 | 100100 | 10011010 | 1010 | 111100 |
Color Harmonies of #8EA39A
Complementary color
Monochromatic Colors of #8EA39A
Black with #8EA39A
Text Example
Text Example
White with #8EA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA39A; }
p { color: rgb(142,163,154); }
H1.HeaderClassName
{
color: #8EA39A;
}
.AnyTagClassName
{
color: #8EA39A;
}
</style>
background-color css
<style>
a { background-color: #8EA39A; }
a { background-color: rgb(142,163,154); }
div.DivClassName
{
background-color: #8EA39A;
}
.BgClassName
{
background-color: #8EA39A;
}
</style>
border-color css
<style>
span { border-color: #8EA39A; }
span { border-color: rgb(142,163,154); }
td.TdClassName
{
border-color: #8EA39A;
}
.TagClassName
{
border-color: #8EA39A;
}
</style>