Shades of Delta #9AA28E
Tints of Delta #9AA28E
RGB
CMYK
RGB Variations
Color information
#9AA28E (or 0x9AA28E) is known color: Delta. HEX triplet: 9A, A2 and 8E. RGB value is (154,162,142). Sum of RGB (Red+Green+Blue) = 154+162+142=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA28E is #655D71. Grayscale: #9D9D9D. Windows color (decimal): -6643058 or 9347738. OLE color: 9347738.
HSL color Cylindrical-coordinate representation of color #9AA28E: hue angle of 84º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AA28E is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 162 | 142 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.36 |
| HSL | 84º | 0.1% | 0.6% | - |
| HSV(B) | 84º | 0.12% | 0.64% | - |
| XYZ | 31.13 | 34.66 | 30.64 | - |
| YUV | 157.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 142 | 0.05 | 0 | 0.12 | 0.36 | 84 | 0.1 | 0.6 |
| Hex | 9A | A2 | 8E | 5 | 0 | C | 24 | 54 | A | 3C |
| Octal | 232 | 242 | 216 | 5 | 0 | 14 | 44 | 124 | 12 | 74 |
| Binary | 10011010 | 10100010 | 10001110 | 101 | 0 | 1100 | 100100 | 1010100 | 1010 | 111100 |
Color Harmonies of #9AA28E
Complementary color
Monochromatic Colors of #9AA28E
Black with #9AA28E
Text Example
Text Example
White with #9AA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA28E; }
p { color: rgb(154,162,142); }
H1.HeaderClassName
{
color: #9AA28E;
}
.AnyTagClassName
{
color: #9AA28E;
}
</style>
background-color css
<style>
a { background-color: #9AA28E; }
a { background-color: rgb(154,162,142); }
div.DivClassName
{
background-color: #9AA28E;
}
.BgClassName
{
background-color: #9AA28E;
}
</style>
border-color css
<style>
span { border-color: #9AA28E; }
span { border-color: rgb(154,162,142); }
td.TdClassName
{
border-color: #9AA28E;
}
.TagClassName
{
border-color: #9AA28E;
}
</style>