Shades of Delta #9FA88E
Tints of Delta #9FA88E
RGB
CMYK
RGB Variations
Color information
#9FA88E (or 0x9FA88E) is known color: Delta. HEX triplet: 9F, A8 and 8E. RGB value is (159,168,142). Sum of RGB (Red+Green+Blue) = 159+168+142=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA88E is #605771. Grayscale: #A2A2A2. Windows color (decimal): -6313842 or 9349279. OLE color: 9349279.
HSL color Cylindrical-coordinate representation of color #9FA88E: hue angle of 80.77º 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 #9FA88E is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 142 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.34 |
| HSL | 80.77º | 0.13% | 0.61% | - |
| HSV(B) | 80.77º | 0.15% | 0.66% | - |
| XYZ | 33.18 | 37.33 | 31.05 | - |
| YUV | 162.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 142 | 0.05 | 0 | 0.15 | 0.34 | 80.77 | 0.13 | 0.61 |
| Hex | 9F | A8 | 8E | 5 | 0 | F | 22 | 51 | D | 3D |
| Octal | 237 | 250 | 216 | 5 | 0 | 17 | 42 | 121 | 15 | 75 |
| Binary | 10011111 | 10101000 | 10001110 | 101 | 0 | 1111 | 100010 | 1010001 | 1101 | 111101 |
Color Harmonies of #9FA88E
Complementary color
Monochromatic Colors of #9FA88E
Black with #9FA88E
Text Example
Text Example
White with #9FA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA88E; }
p { color: rgb(159,168,142); }
H1.HeaderClassName
{
color: #9FA88E;
}
.AnyTagClassName
{
color: #9FA88E;
}
</style>
background-color css
<style>
a { background-color: #9FA88E; }
a { background-color: rgb(159,168,142); }
div.DivClassName
{
background-color: #9FA88E;
}
.BgClassName
{
background-color: #9FA88E;
}
</style>
border-color css
<style>
span { border-color: #9FA88E; }
span { border-color: rgb(159,168,142); }
td.TdClassName
{
border-color: #9FA88E;
}
.TagClassName
{
border-color: #9FA88E;
}
</style>