Shades of Edward #9EAC9F
Tints of Edward #9EAC9F
RGB
CMYK
RGB Variations
Color information
#9EAC9F (or 0x9EAC9F) is known color: Edward. HEX triplet: 9E, AC and 9F. RGB value is (158,172,159). Sum of RGB (Red+Green+Blue) = 158+172+159=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC9F is #615360. Grayscale: #A6A6A6. Windows color (decimal): -6378337 or 10464414. OLE color: 10464414.
HSL color Cylindrical-coordinate representation of color #9EAC9F: hue angle of 124.29º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9EAC9F is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 159 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.33 |
| HSL | 124.29º | 0.08% | 0.65% | - |
| HSV(B) | 124.29º | 0.08% | 0.67% | - |
| XYZ | 35.11 | 39.28 | 38.53 | - |
| YUV | 166.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 159 | 0.08 | 0 | 0.08 | 0.33 | 124.29 | 0.08 | 0.65 |
| Hex | 9E | AC | 9F | 8 | 0 | 8 | 21 | 7C | 8 | 41 |
| Octal | 236 | 254 | 237 | 10 | 0 | 10 | 41 | 174 | 10 | 101 |
| Binary | 10011110 | 10101100 | 10011111 | 1000 | 0 | 1000 | 100001 | 1111100 | 1000 | 1000001 |
Color Harmonies of #9EAC9F
Complementary color
Monochromatic Colors of #9EAC9F
Black with #9EAC9F
Text Example
Text Example
White with #9EAC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC9F; }
p { color: rgb(158,172,159); }
H1.HeaderClassName
{
color: #9EAC9F;
}
.AnyTagClassName
{
color: #9EAC9F;
}
</style>
background-color css
<style>
a { background-color: #9EAC9F; }
a { background-color: rgb(158,172,159); }
div.DivClassName
{
background-color: #9EAC9F;
}
.BgClassName
{
background-color: #9EAC9F;
}
</style>
border-color css
<style>
span { border-color: #9EAC9F; }
span { border-color: rgb(158,172,159); }
td.TdClassName
{
border-color: #9EAC9F;
}
.TagClassName
{
border-color: #9EAC9F;
}
</style>