Shades of Delta #9EA48F
Tints of Delta #9EA48F
RGB
CMYK
RGB Variations
Color information
#9EA48F (or 0x9EA48F) is known color: Delta. HEX triplet: 9E, A4 and 8F. RGB value is (158,164,143). Sum of RGB (Red+Green+Blue) = 158+164+143=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA48F is #615B70. Grayscale: #9F9F9F. Windows color (decimal): -6380401 or 9413790. OLE color: 9413790.
HSL color Cylindrical-coordinate representation of color #9EA48F: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EA48F is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 164 | 143 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.36 |
| HSL | 77.14º | 0.1% | 0.6% | - |
| HSV(B) | 77.14º | 0.13% | 0.64% | - |
| XYZ | 32.33 | 35.8 | 31.19 | - |
| YUV | 159.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 164 | 143 | 0.04 | 0 | 0.13 | 0.36 | 77.14 | 0.1 | 0.6 |
| Hex | 9E | A4 | 8F | 4 | 0 | D | 24 | 4D | A | 3C |
| Octal | 236 | 244 | 217 | 4 | 0 | 15 | 44 | 115 | 12 | 74 |
| Binary | 10011110 | 10100100 | 10001111 | 100 | 0 | 1101 | 100100 | 1001101 | 1010 | 111100 |
Color Harmonies of #9EA48F
Complementary color
Monochromatic Colors of #9EA48F
Black with #9EA48F
Text Example
Text Example
White with #9EA48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA48F; }
p { color: rgb(158,164,143); }
H1.HeaderClassName
{
color: #9EA48F;
}
.AnyTagClassName
{
color: #9EA48F;
}
</style>
background-color css
<style>
a { background-color: #9EA48F; }
a { background-color: rgb(158,164,143); }
div.DivClassName
{
background-color: #9EA48F;
}
.BgClassName
{
background-color: #9EA48F;
}
</style>
border-color css
<style>
span { border-color: #9EA48F; }
span { border-color: rgb(158,164,143); }
td.TdClassName
{
border-color: #9EA48F;
}
.TagClassName
{
border-color: #9EA48F;
}
</style>