Shades of Edward #90AC96
Tints of Edward #90AC96
RGB
CMYK
RGB Variations
Color information
#90AC96 (or 0x90AC96) is known color: Edward. HEX triplet: 90, AC and 96. RGB value is (144,172,150). Sum of RGB (Red+Green+Blue) = 144+172+150=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC96 is #6F5369. Grayscale: #A1A1A1. Windows color (decimal): -7295850 or 9874576. OLE color: 9874576.
HSL color Cylindrical-coordinate representation of color #90AC96: hue angle of 132.86º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90AC96 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 150 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.33 |
| HSL | 132.86º | 0.14% | 0.62% | - |
| HSV(B) | 132.86º | 0.16% | 0.67% | - |
| XYZ | 31.76 | 37.64 | 34.44 | - |
| YUV | 161.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 150 | 0.16 | 0 | 0.13 | 0.33 | 132.86 | 0.14 | 0.62 |
| Hex | 90 | AC | 96 | 10 | 0 | D | 21 | 85 | E | 3E |
| Octal | 220 | 254 | 226 | 20 | 0 | 15 | 41 | 205 | 16 | 76 |
| Binary | 10010000 | 10101100 | 10010110 | 10000 | 0 | 1101 | 100001 | 10000101 | 1110 | 111110 |
Color Harmonies of #90AC96
Complementary color
Monochromatic Colors of #90AC96
Black with #90AC96
Text Example
Text Example
White with #90AC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC96; }
p { color: rgb(144,172,150); }
H1.HeaderClassName
{
color: #90AC96;
}
.AnyTagClassName
{
color: #90AC96;
}
</style>
background-color css
<style>
a { background-color: #90AC96; }
a { background-color: rgb(144,172,150); }
div.DivClassName
{
background-color: #90AC96;
}
.BgClassName
{
background-color: #90AC96;
}
</style>
border-color css
<style>
span { border-color: #90AC96; }
span { border-color: rgb(144,172,150); }
td.TdClassName
{
border-color: #90AC96;
}
.TagClassName
{
border-color: #90AC96;
}
</style>