Shades of Edward #8DA295
Tints of Edward #8DA295
RGB
CMYK
RGB Variations
Color information
#8DA295 (or 0x8DA295) is known color: Edward. HEX triplet: 8D, A2 and 95. RGB value is (141,162,149). Sum of RGB (Red+Green+Blue) = 141+162+149=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA295 is #725D6A. Grayscale: #9A9A9A. Windows color (decimal): -7495019 or 9806477. OLE color: 9806477.
HSL color Cylindrical-coordinate representation of color #8DA295: hue angle of 142.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8DA295 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 149 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.36 |
| HSL | 142.86º | 0.1% | 0.59% | - |
| HSV(B) | 142.86º | 0.13% | 0.64% | - |
| XYZ | 29.33 | 33.67 | 33.39 | - |
| YUV | 154.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 149 | 0.13 | 0 | 0.08 | 0.36 | 142.86 | 0.1 | 0.59 |
| Hex | 8D | A2 | 95 | D | 0 | 8 | 24 | 8F | A | 3B |
| Octal | 215 | 242 | 225 | 15 | 0 | 10 | 44 | 217 | 12 | 73 |
| Binary | 10001101 | 10100010 | 10010101 | 1101 | 0 | 1000 | 100100 | 10001111 | 1010 | 111011 |
Color Harmonies of #8DA295
Complementary color
Monochromatic Colors of #8DA295
Black with #8DA295
Text Example
Text Example
White with #8DA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA295; }
p { color: rgb(141,162,149); }
H1.HeaderClassName
{
color: #8DA295;
}
.AnyTagClassName
{
color: #8DA295;
}
</style>
background-color css
<style>
a { background-color: #8DA295; }
a { background-color: rgb(141,162,149); }
div.DivClassName
{
background-color: #8DA295;
}
.BgClassName
{
background-color: #8DA295;
}
</style>
border-color css
<style>
span { border-color: #8DA295; }
span { border-color: rgb(141,162,149); }
td.TdClassName
{
border-color: #8DA295;
}
.TagClassName
{
border-color: #8DA295;
}
</style>