Shades of Edward #8DA194
Tints of Edward #8DA194
RGB
CMYK
RGB Variations
Color information
#8DA194 (or 0x8DA194) is known color: Edward. HEX triplet: 8D, A1 and 94. RGB value is (141,161,148). Sum of RGB (Red+Green+Blue) = 141+161+148=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA194 is #725E6B. Grayscale: #999999. Windows color (decimal): -7495276 or 9740685. OLE color: 9740685.
HSL color Cylindrical-coordinate representation of color #8DA194: hue angle of 141º degrees, saturation: 0.1, 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 #8DA194 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 148 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.37 |
| HSL | 141º | 0.1% | 0.59% | - |
| HSV(B) | 141º | 0.12% | 0.63% | - |
| XYZ | 29.07 | 33.29 | 32.91 | - |
| YUV | 153.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 148 | 0.12 | 0 | 0.08 | 0.37 | 141 | 0.1 | 0.59 |
| Hex | 8D | A1 | 94 | C | 0 | 8 | 25 | 8D | A | 3B |
| Octal | 215 | 241 | 224 | 14 | 0 | 10 | 45 | 215 | 12 | 73 |
| Binary | 10001101 | 10100001 | 10010100 | 1100 | 0 | 1000 | 100101 | 10001101 | 1010 | 111011 |
Color Harmonies of #8DA194
Complementary color
Monochromatic Colors of #8DA194
Black with #8DA194
Text Example
Text Example
White with #8DA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA194; }
p { color: rgb(141,161,148); }
H1.HeaderClassName
{
color: #8DA194;
}
.AnyTagClassName
{
color: #8DA194;
}
</style>
background-color css
<style>
a { background-color: #8DA194; }
a { background-color: rgb(141,161,148); }
div.DivClassName
{
background-color: #8DA194;
}
.BgClassName
{
background-color: #8DA194;
}
</style>
border-color css
<style>
span { border-color: #8DA194; }
span { border-color: rgb(141,161,148); }
td.TdClassName
{
border-color: #8DA194;
}
.TagClassName
{
border-color: #8DA194;
}
</style>