Shades of Edward #9AAC9D
Tints of Edward #9AAC9D
RGB
CMYK
RGB Variations
Color information
#9AAC9D (or 0x9AAC9D) is known color: Edward. HEX triplet: 9A, AC and 9D. RGB value is (154,172,157). Sum of RGB (Red+Green+Blue) = 154+172+157=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAC9D is #655362. Grayscale: #A4A4A4. Windows color (decimal): -6640483 or 10333338. OLE color: 10333338.
HSL color Cylindrical-coordinate representation of color #9AAC9D: hue angle of 130º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AAC9D is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 157 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.33 |
| HSL | 130º | 0.1% | 0.64% | - |
| HSV(B) | 130º | 0.1% | 0.67% | - |
| XYZ | 34.16 | 38.81 | 37.59 | - |
| YUV | 164.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 157 | 0.10 | 0 | 0.09 | 0.33 | 130 | 0.1 | 0.64 |
| Hex | 9A | AC | 9D | A | 0 | 9 | 21 | 82 | A | 40 |
| Octal | 232 | 254 | 235 | 12 | 0 | 11 | 41 | 202 | 12 | 100 |
| Binary | 10011010 | 10101100 | 10011101 | 1010 | 0 | 1001 | 100001 | 10000010 | 1010 | 1000000 |
Color Harmonies of #9AAC9D
Complementary color
Monochromatic Colors of #9AAC9D
Black with #9AAC9D
Text Example
Text Example
White with #9AAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC9D; }
p { color: rgb(154,172,157); }
H1.HeaderClassName
{
color: #9AAC9D;
}
.AnyTagClassName
{
color: #9AAC9D;
}
</style>
background-color css
<style>
a { background-color: #9AAC9D; }
a { background-color: rgb(154,172,157); }
div.DivClassName
{
background-color: #9AAC9D;
}
.BgClassName
{
background-color: #9AAC9D;
}
</style>
border-color css
<style>
span { border-color: #9AAC9D; }
span { border-color: rgb(154,172,157); }
td.TdClassName
{
border-color: #9AAC9D;
}
.TagClassName
{
border-color: #9AAC9D;
}
</style>