Shades of Cascade #8DA098
Tints of Cascade #8DA098
RGB
CMYK
RGB Variations
Color information
#8DA098 (or 0x8DA098) is known color: Cascade. HEX triplet: 8D, A0 and 98. RGB value is (141,160,152). Sum of RGB (Red+Green+Blue) = 141+160+152=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA098 is #725F67. Grayscale: #999999. Windows color (decimal): -7495528 or 10002573. OLE color: 10002573.
HSL color Cylindrical-coordinate representation of color #8DA098: hue angle of 154.74º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8DA098 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 152 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.37 |
| HSL | 154.74º | 0.09% | 0.59% | - |
| HSV(B) | 154.74º | 0.12% | 0.63% | - |
| XYZ | 29.22 | 33.07 | 34.55 | - |
| YUV | 153.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 152 | 0.12 | 0 | 0.05 | 0.37 | 154.74 | 0.09 | 0.59 |
| Hex | 8D | A0 | 98 | C | 0 | 5 | 25 | 9B | 9 | 3B |
| Octal | 215 | 240 | 230 | 14 | 0 | 5 | 45 | 233 | 11 | 73 |
| Binary | 10001101 | 10100000 | 10011000 | 1100 | 0 | 101 | 100101 | 10011011 | 1001 | 111011 |
Color Harmonies of #8DA098
Complementary color
Monochromatic Colors of #8DA098
Black with #8DA098
Text Example
Text Example
White with #8DA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA098; }
p { color: rgb(141,160,152); }
H1.HeaderClassName
{
color: #8DA098;
}
.AnyTagClassName
{
color: #8DA098;
}
</style>
background-color css
<style>
a { background-color: #8DA098; }
a { background-color: rgb(141,160,152); }
div.DivClassName
{
background-color: #8DA098;
}
.BgClassName
{
background-color: #8DA098;
}
</style>
border-color css
<style>
span { border-color: #8DA098; }
span { border-color: rgb(141,160,152); }
td.TdClassName
{
border-color: #8DA098;
}
.TagClassName
{
border-color: #8DA098;
}
</style>