Shades of Delta #9EA78E
Tints of Delta #9EA78E
RGB
CMYK
RGB Variations
Color information
#9EA78E (or 0x9EA78E) is known color: Delta. HEX triplet: 9E, A7 and 8E. RGB value is (158,167,142). Sum of RGB (Red+Green+Blue) = 158+167+142=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA78E is #615871. Grayscale: #A1A1A1. Windows color (decimal): -6379634 or 9349022. OLE color: 9349022.
HSL color Cylindrical-coordinate representation of color #9EA78E: hue angle of 81.6º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EA78E is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 142 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.35 |
| HSL | 81.6º | 0.12% | 0.61% | - |
| HSV(B) | 81.6º | 0.15% | 0.65% | - |
| XYZ | 32.8 | 36.86 | 30.98 | - |
| YUV | 161.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 142 | 0.05 | 0 | 0.15 | 0.35 | 81.6 | 0.12 | 0.61 |
| Hex | 9E | A7 | 8E | 5 | 0 | F | 23 | 52 | C | 3D |
| Octal | 236 | 247 | 216 | 5 | 0 | 17 | 43 | 122 | 14 | 75 |
| Binary | 10011110 | 10100111 | 10001110 | 101 | 0 | 1111 | 100011 | 1010010 | 1100 | 111101 |
Color Harmonies of #9EA78E
Complementary color
Monochromatic Colors of #9EA78E
Black with #9EA78E
Text Example
Text Example
White with #9EA78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA78E; }
p { color: rgb(158,167,142); }
H1.HeaderClassName
{
color: #9EA78E;
}
.AnyTagClassName
{
color: #9EA78E;
}
</style>
background-color css
<style>
a { background-color: #9EA78E; }
a { background-color: rgb(158,167,142); }
div.DivClassName
{
background-color: #9EA78E;
}
.BgClassName
{
background-color: #9EA78E;
}
</style>
border-color css
<style>
span { border-color: #9EA78E; }
span { border-color: rgb(158,167,142); }
td.TdClassName
{
border-color: #9EA78E;
}
.TagClassName
{
border-color: #9EA78E;
}
</style>