Shades of Cascade #8AA59F
Tints of Cascade #8AA59F
RGB
CMYK
RGB Variations
Color information
#8AA59F (or 0x8AA59F) is known color: Cascade. HEX triplet: 8A, A5 and 9F. RGB value is (138,165,159). Sum of RGB (Red+Green+Blue) = 138+165+159=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA59F is #755A60. Grayscale: #9C9C9C. Windows color (decimal): -7690849 or 10462602. OLE color: 10462602.
HSL color Cylindrical-coordinate representation of color #8AA59F: hue angle of 166.67º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA59F is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 159 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.35 |
| HSL | 166.67º | 0.13% | 0.59% | - |
| HSV(B) | 166.67º | 0.16% | 0.65% | - |
| XYZ | 30.19 | 34.82 | 37.93 | - |
| YUV | 156.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 159 | 0.16 | 0 | 0.04 | 0.35 | 166.67 | 0.13 | 0.59 |
| Hex | 8A | A5 | 9F | 10 | 0 | 4 | 23 | A7 | D | 3B |
| Octal | 212 | 245 | 237 | 20 | 0 | 4 | 43 | 247 | 15 | 73 |
| Binary | 10001010 | 10100101 | 10011111 | 10000 | 0 | 100 | 100011 | 10100111 | 1101 | 111011 |
Color Harmonies of #8AA59F
Complementary color
Monochromatic Colors of #8AA59F
Black with #8AA59F
Text Example
Text Example
White with #8AA59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA59F; }
p { color: rgb(138,165,159); }
H1.HeaderClassName
{
color: #8AA59F;
}
.AnyTagClassName
{
color: #8AA59F;
}
</style>
background-color css
<style>
a { background-color: #8AA59F; }
a { background-color: rgb(138,165,159); }
div.DivClassName
{
background-color: #8AA59F;
}
.BgClassName
{
background-color: #8AA59F;
}
</style>
border-color css
<style>
span { border-color: #8AA59F; }
span { border-color: rgb(138,165,159); }
td.TdClassName
{
border-color: #8AA59F;
}
.TagClassName
{
border-color: #8AA59F;
}
</style>