Shades of Edward #8FA396
Tints of Edward #8FA396
RGB
CMYK
RGB Variations
Color information
#8FA396 (or 0x8FA396) is known color: Edward. HEX triplet: 8F, A3 and 96. RGB value is (143,163,150). Sum of RGB (Red+Green+Blue) = 143+163+150=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA396 is #705C69. Grayscale: #9B9B9B. Windows color (decimal): -7363690 or 9872271. OLE color: 9872271.
HSL color Cylindrical-coordinate representation of color #8FA396: hue angle of 141º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8FA396 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 163 | 150 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.36 |
| HSL | 141º | 0.1% | 0.6% | - |
| HSV(B) | 141º | 0.12% | 0.64% | - |
| XYZ | 29.93 | 34.24 | 33.88 | - |
| YUV | 155.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 150 | 0.12 | 0 | 0.08 | 0.36 | 141 | 0.1 | 0.6 |
| Hex | 8F | A3 | 96 | C | 0 | 8 | 24 | 8D | A | 3C |
| Octal | 217 | 243 | 226 | 14 | 0 | 10 | 44 | 215 | 12 | 74 |
| Binary | 10001111 | 10100011 | 10010110 | 1100 | 0 | 1000 | 100100 | 10001101 | 1010 | 111100 |
Color Harmonies of #8FA396
Complementary color
Monochromatic Colors of #8FA396
Black with #8FA396
Text Example
Text Example
White with #8FA396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA396; }
p { color: rgb(143,163,150); }
H1.HeaderClassName
{
color: #8FA396;
}
.AnyTagClassName
{
color: #8FA396;
}
</style>
background-color css
<style>
a { background-color: #8FA396; }
a { background-color: rgb(143,163,150); }
div.DivClassName
{
background-color: #8FA396;
}
.BgClassName
{
background-color: #8FA396;
}
</style>
border-color css
<style>
span { border-color: #8FA396; }
span { border-color: rgb(143,163,150); }
td.TdClassName
{
border-color: #8FA396;
}
.TagClassName
{
border-color: #8FA396;
}
</style>