Shades of Star Dust #9EA08D
Tints of Star Dust #9EA08D
RGB
CMYK
RGB Variations
Color information
#9EA08D (or 0x9EA08D) is known color: Star Dust. HEX triplet: 9E, A0 and 8D. RGB value is (158,160,141). Sum of RGB (Red+Green+Blue) = 158+160+141=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA08D is #615F72. Grayscale: #9D9D9D. Windows color (decimal): -6381427 or 9281694. OLE color: 9281694.
HSL color Cylindrical-coordinate representation of color #9EA08D: hue angle of 66.32º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA08D is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 141 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.37 |
| HSL | 66.32º | 0.09% | 0.59% | - |
| HSV(B) | 66.32º | 0.12% | 0.63% | - |
| XYZ | 31.48 | 34.33 | 30.17 | - |
| YUV | 157.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 141 | 0.01 | 0 | 0.12 | 0.37 | 66.32 | 0.09 | 0.59 |
| Hex | 9E | A0 | 8D | 1 | 0 | C | 25 | 42 | 9 | 3B |
| Octal | 236 | 240 | 215 | 1 | 0 | 14 | 45 | 102 | 11 | 73 |
| Binary | 10011110 | 10100000 | 10001101 | 1 | 0 | 1100 | 100101 | 1000010 | 1001 | 111011 |
Color Harmonies of #9EA08D
Complementary color
Monochromatic Colors of #9EA08D
Black with #9EA08D
Text Example
Text Example
White with #9EA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA08D; }
p { color: rgb(158,160,141); }
H1.HeaderClassName
{
color: #9EA08D;
}
.AnyTagClassName
{
color: #9EA08D;
}
</style>
background-color css
<style>
a { background-color: #9EA08D; }
a { background-color: rgb(158,160,141); }
div.DivClassName
{
background-color: #9EA08D;
}
.BgClassName
{
background-color: #9EA08D;
}
</style>
border-color css
<style>
span { border-color: #9EA08D; }
span { border-color: rgb(158,160,141); }
td.TdClassName
{
border-color: #9EA08D;
}
.TagClassName
{
border-color: #9EA08D;
}
</style>