Shades of Delta #9EA58D
Tints of Delta #9EA58D
RGB
CMYK
RGB Variations
Color information
#9EA58D (or 0x9EA58D) is known color: Delta. HEX triplet: 9E, A5 and 8D. RGB value is (158,165,141). Sum of RGB (Red+Green+Blue) = 158+165+141=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA58D is #615A72. Grayscale: #A0A0A0. Windows color (decimal): -6380147 or 9282974. OLE color: 9282974.
HSL color Cylindrical-coordinate representation of color #9EA58D: hue angle of 77.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EA58D is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 165 | 141 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.35 |
| HSL | 77.5º | 0.12% | 0.6% | - |
| HSV(B) | 77.5º | 0.15% | 0.65% | - |
| XYZ | 32.36 | 36.1 | 30.46 | - |
| YUV | 160.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 141 | 0.04 | 0 | 0.15 | 0.35 | 77.5 | 0.12 | 0.6 |
| Hex | 9E | A5 | 8D | 4 | 0 | F | 23 | 4E | C | 3C |
| Octal | 236 | 245 | 215 | 4 | 0 | 17 | 43 | 116 | 14 | 74 |
| Binary | 10011110 | 10100101 | 10001101 | 100 | 0 | 1111 | 100011 | 1001110 | 1100 | 111100 |
Color Harmonies of #9EA58D
Complementary color
Monochromatic Colors of #9EA58D
Black with #9EA58D
Text Example
Text Example
White with #9EA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA58D; }
p { color: rgb(158,165,141); }
H1.HeaderClassName
{
color: #9EA58D;
}
.AnyTagClassName
{
color: #9EA58D;
}
</style>
background-color css
<style>
a { background-color: #9EA58D; }
a { background-color: rgb(158,165,141); }
div.DivClassName
{
background-color: #9EA58D;
}
.BgClassName
{
background-color: #9EA58D;
}
</style>
border-color css
<style>
span { border-color: #9EA58D; }
span { border-color: rgb(158,165,141); }
td.TdClassName
{
border-color: #9EA58D;
}
.TagClassName
{
border-color: #9EA58D;
}
</style>