Shades of Edward #8DA095
Tints of Edward #8DA095
RGB
CMYK
RGB Variations
Color information
#8DA095 (or 0x8DA095) is known color: Edward. HEX triplet: 8D, A0 and 95. RGB value is (141,160,149). Sum of RGB (Red+Green+Blue) = 141+160+149=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA095 is #725F6A. Grayscale: #999999. Windows color (decimal): -7495531 or 9805965. OLE color: 9805965.
HSL color Cylindrical-coordinate representation of color #8DA095: hue angle of 145.26º 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 #8DA095 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 149 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.37 |
| HSL | 145.26º | 0.09% | 0.59% | - |
| HSV(B) | 145.26º | 0.12% | 0.63% | - |
| XYZ | 28.98 | 32.97 | 33.27 | - |
| YUV | 153.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 149 | 0.12 | 0 | 0.07 | 0.37 | 145.26 | 0.09 | 0.59 |
| Hex | 8D | A0 | 95 | C | 0 | 7 | 25 | 91 | 9 | 3B |
| Octal | 215 | 240 | 225 | 14 | 0 | 7 | 45 | 221 | 11 | 73 |
| Binary | 10001101 | 10100000 | 10010101 | 1100 | 0 | 111 | 100101 | 10010001 | 1001 | 111011 |
Color Harmonies of #8DA095
Complementary color
Monochromatic Colors of #8DA095
Black with #8DA095
Text Example
Text Example
White with #8DA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA095; }
p { color: rgb(141,160,149); }
H1.HeaderClassName
{
color: #8DA095;
}
.AnyTagClassName
{
color: #8DA095;
}
</style>
background-color css
<style>
a { background-color: #8DA095; }
a { background-color: rgb(141,160,149); }
div.DivClassName
{
background-color: #8DA095;
}
.BgClassName
{
background-color: #8DA095;
}
</style>
border-color css
<style>
span { border-color: #8DA095; }
span { border-color: rgb(141,160,149); }
td.TdClassName
{
border-color: #8DA095;
}
.TagClassName
{
border-color: #8DA095;
}
</style>