Shades of Delta #9DA88F
Tints of Delta #9DA88F
RGB
CMYK
RGB Variations
Color information
#9DA88F (or 0x9DA88F) is known color: Delta. HEX triplet: 9D, A8 and 8F. RGB value is (157,168,143). Sum of RGB (Red+Green+Blue) = 157+168+143=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA88F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA88F is #625770. Grayscale: #A1A1A1. Windows color (decimal): -6444913 or 9414813. OLE color: 9414813.
HSL color Cylindrical-coordinate representation of color #9DA88F: hue angle of 86.4º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DA88F is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 143 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.34 |
| HSL | 86.4º | 0.13% | 0.61% | - |
| HSV(B) | 86.4º | 0.15% | 0.66% | - |
| XYZ | 32.87 | 37.16 | 31.43 | - |
| YUV | 161.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 143 | 0.07 | 0 | 0.15 | 0.34 | 86.4 | 0.13 | 0.61 |
| Hex | 9D | A8 | 8F | 7 | 0 | F | 22 | 56 | D | 3D |
| Octal | 235 | 250 | 217 | 7 | 0 | 17 | 42 | 126 | 15 | 75 |
| Binary | 10011101 | 10101000 | 10001111 | 111 | 0 | 1111 | 100010 | 1010110 | 1101 | 111101 |
Color Harmonies of #9DA88F
Complementary color
Monochromatic Colors of #9DA88F
Black with #9DA88F
Text Example
Text Example
White with #9DA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA88F; }
p { color: rgb(157,168,143); }
H1.HeaderClassName
{
color: #9DA88F;
}
.AnyTagClassName
{
color: #9DA88F;
}
</style>
background-color css
<style>
a { background-color: #9DA88F; }
a { background-color: rgb(157,168,143); }
div.DivClassName
{
background-color: #9DA88F;
}
.BgClassName
{
background-color: #9DA88F;
}
</style>
border-color css
<style>
span { border-color: #9DA88F; }
span { border-color: rgb(157,168,143); }
td.TdClassName
{
border-color: #9DA88F;
}
.TagClassName
{
border-color: #9DA88F;
}
</style>