Shades of Delta #9DA58E
Tints of Delta #9DA58E
RGB
CMYK
RGB Variations
Color information
#9DA58E (or 0x9DA58E) is known color: Delta. HEX triplet: 9D, A5 and 8E. RGB value is (157,165,142). Sum of RGB (Red+Green+Blue) = 157+165+142=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA58E is #625A71. Grayscale: #A0A0A0. Windows color (decimal): -6445682 or 9348509. OLE color: 9348509.
HSL color Cylindrical-coordinate representation of color #9DA58E: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DA58E is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 142 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.35 |
| HSL | 80.87º | 0.11% | 0.6% | - |
| HSV(B) | 80.87º | 0.14% | 0.65% | - |
| XYZ | 32.24 | 36.03 | 30.85 | - |
| YUV | 159.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 142 | 0.05 | 0 | 0.14 | 0.35 | 80.87 | 0.11 | 0.6 |
| Hex | 9D | A5 | 8E | 5 | 0 | E | 23 | 51 | B | 3C |
| Octal | 235 | 245 | 216 | 5 | 0 | 16 | 43 | 121 | 13 | 74 |
| Binary | 10011101 | 10100101 | 10001110 | 101 | 0 | 1110 | 100011 | 1010001 | 1011 | 111100 |
Color Harmonies of #9DA58E
Complementary color
Monochromatic Colors of #9DA58E
Black with #9DA58E
Text Example
Text Example
White with #9DA58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA58E; }
p { color: rgb(157,165,142); }
H1.HeaderClassName
{
color: #9DA58E;
}
.AnyTagClassName
{
color: #9DA58E;
}
</style>
background-color css
<style>
a { background-color: #9DA58E; }
a { background-color: rgb(157,165,142); }
div.DivClassName
{
background-color: #9DA58E;
}
.BgClassName
{
background-color: #9DA58E;
}
</style>
border-color css
<style>
span { border-color: #9DA58E; }
span { border-color: rgb(157,165,142); }
td.TdClassName
{
border-color: #9DA58E;
}
.TagClassName
{
border-color: #9DA58E;
}
</style>