Shades of Delta #9EA88E
Tints of Delta #9EA88E
RGB
CMYK
RGB Variations
Color information
#9EA88E (or 0x9EA88E) is known color: Delta. HEX triplet: 9E, A8 and 8E. RGB value is (158,168,142). Sum of RGB (Red+Green+Blue) = 158+168+142=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA88E is #615771. Grayscale: #A2A2A2. Windows color (decimal): -6379378 or 9349278. OLE color: 9349278.
HSL color Cylindrical-coordinate representation of color #9EA88E: hue angle of 83.08º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EA88E is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 142 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.34 |
| HSL | 83.08º | 0.13% | 0.61% | - |
| HSV(B) | 83.08º | 0.15% | 0.66% | - |
| XYZ | 32.99 | 37.23 | 31.04 | - |
| YUV | 162.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 142 | 0.06 | 0 | 0.15 | 0.34 | 83.08 | 0.13 | 0.61 |
| Hex | 9E | A8 | 8E | 6 | 0 | F | 22 | 53 | D | 3D |
| Octal | 236 | 250 | 216 | 6 | 0 | 17 | 42 | 123 | 15 | 75 |
| Binary | 10011110 | 10101000 | 10001110 | 110 | 0 | 1111 | 100010 | 1010011 | 1101 | 111101 |
Color Harmonies of #9EA88E
Complementary color
Monochromatic Colors of #9EA88E
Black with #9EA88E
Text Example
Text Example
White with #9EA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA88E; }
p { color: rgb(158,168,142); }
H1.HeaderClassName
{
color: #9EA88E;
}
.AnyTagClassName
{
color: #9EA88E;
}
</style>
background-color css
<style>
a { background-color: #9EA88E; }
a { background-color: rgb(158,168,142); }
div.DivClassName
{
background-color: #9EA88E;
}
.BgClassName
{
background-color: #9EA88E;
}
</style>
border-color css
<style>
span { border-color: #9EA88E; }
span { border-color: rgb(158,168,142); }
td.TdClassName
{
border-color: #9EA88E;
}
.TagClassName
{
border-color: #9EA88E;
}
</style>