Shades of Norway #9EAA91
Tints of Norway #9EAA91
RGB
CMYK
RGB Variations
Color information
#9EAA91 (or 0x9EAA91) is known color: Norway. HEX triplet: 9E, AA and 91. RGB value is (158,170,145). Sum of RGB (Red+Green+Blue) = 158+170+145=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA91 is #61556E. Grayscale: #A3A3A3. Windows color (decimal): -6378863 or 9546398. OLE color: 9546398.
HSL color Cylindrical-coordinate representation of color #9EAA91: hue angle of 88.8º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EAA91 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 145 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.33 |
| HSL | 88.8º | 0.13% | 0.62% | - |
| HSV(B) | 88.8º | 0.15% | 0.67% | - |
| XYZ | 33.59 | 38.06 | 32.36 | - |
| YUV | 163.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 145 | 0.07 | 0 | 0.15 | 0.33 | 88.8 | 0.13 | 0.62 |
| Hex | 9E | AA | 91 | 7 | 0 | F | 21 | 59 | D | 3E |
| Octal | 236 | 252 | 221 | 7 | 0 | 17 | 41 | 131 | 15 | 76 |
| Binary | 10011110 | 10101010 | 10010001 | 111 | 0 | 1111 | 100001 | 1011001 | 1101 | 111110 |
Color Harmonies of #9EAA91
Complementary color
Monochromatic Colors of #9EAA91
Black with #9EAA91
Text Example
Text Example
White with #9EAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA91; }
p { color: rgb(158,170,145); }
H1.HeaderClassName
{
color: #9EAA91;
}
.AnyTagClassName
{
color: #9EAA91;
}
</style>
background-color css
<style>
a { background-color: #9EAA91; }
a { background-color: rgb(158,170,145); }
div.DivClassName
{
background-color: #9EAA91;
}
.BgClassName
{
background-color: #9EAA91;
}
</style>
border-color css
<style>
span { border-color: #9EAA91; }
span { border-color: rgb(158,170,145); }
td.TdClassName
{
border-color: #9EAA91;
}
.TagClassName
{
border-color: #9EAA91;
}
</style>