Shades of Star Dust #9DA08D
Tints of Star Dust #9DA08D
RGB
CMYK
RGB Variations
Color information
#9DA08D (or 0x9DA08D) is known color: Star Dust. HEX triplet: 9D, A0 and 8D. RGB value is (157,160,141). Sum of RGB (Red+Green+Blue) = 157+160+141=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA08D is #625F72. Grayscale: #9D9D9D. Windows color (decimal): -6446963 or 9281693. OLE color: 9281693.
HSL color Cylindrical-coordinate representation of color #9DA08D: hue angle of 69.47º 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 #9DA08D is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 141 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.37 |
| HSL | 69.47º | 0.09% | 0.59% | - |
| HSV(B) | 69.47º | 0.12% | 0.63% | - |
| XYZ | 31.28 | 34.23 | 30.16 | - |
| YUV | 156.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 141 | 0.02 | 0 | 0.12 | 0.37 | 69.47 | 0.09 | 0.59 |
| Hex | 9D | A0 | 8D | 2 | 0 | C | 25 | 45 | 9 | 3B |
| Octal | 235 | 240 | 215 | 2 | 0 | 14 | 45 | 105 | 11 | 73 |
| Binary | 10011101 | 10100000 | 10001101 | 10 | 0 | 1100 | 100101 | 1000101 | 1001 | 111011 |
Color Harmonies of #9DA08D
Complementary color
Monochromatic Colors of #9DA08D
Black with #9DA08D
Text Example
Text Example
White with #9DA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA08D; }
p { color: rgb(157,160,141); }
H1.HeaderClassName
{
color: #9DA08D;
}
.AnyTagClassName
{
color: #9DA08D;
}
</style>
background-color css
<style>
a { background-color: #9DA08D; }
a { background-color: rgb(157,160,141); }
div.DivClassName
{
background-color: #9DA08D;
}
.BgClassName
{
background-color: #9DA08D;
}
</style>
border-color css
<style>
span { border-color: #9DA08D; }
span { border-color: rgb(157,160,141); }
td.TdClassName
{
border-color: #9DA08D;
}
.TagClassName
{
border-color: #9DA08D;
}
</style>