Shades of Norway #9EA994
Tints of Norway #9EA994
RGB
CMYK
RGB Variations
Color information
#9EA994 (or 0x9EA994) is known color: Norway. HEX triplet: 9E, A9 and 94. RGB value is (158,169,148). Sum of RGB (Red+Green+Blue) = 158+169+148=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA994 is #61566B. Grayscale: #A3A3A3. Windows color (decimal): -6379116 or 9742750. OLE color: 9742750.
HSL color Cylindrical-coordinate representation of color #9EA994: hue angle of 91.43º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA994 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 148 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.34 |
| HSL | 91.43º | 0.11% | 0.62% | - |
| HSV(B) | 91.43º | 0.12% | 0.66% | - |
| XYZ | 33.63 | 37.78 | 33.54 | - |
| YUV | 163.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 148 | 0.07 | 0 | 0.12 | 0.34 | 91.43 | 0.11 | 0.62 |
| Hex | 9E | A9 | 94 | 7 | 0 | C | 22 | 5B | B | 3E |
| Octal | 236 | 251 | 224 | 7 | 0 | 14 | 42 | 133 | 13 | 76 |
| Binary | 10011110 | 10101001 | 10010100 | 111 | 0 | 1100 | 100010 | 1011011 | 1011 | 111110 |
Color Harmonies of #9EA994
Complementary color
Monochromatic Colors of #9EA994
Black with #9EA994
Text Example
Text Example
White with #9EA994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA994; }
p { color: rgb(158,169,148); }
H1.HeaderClassName
{
color: #9EA994;
}
.AnyTagClassName
{
color: #9EA994;
}
</style>
background-color css
<style>
a { background-color: #9EA994; }
a { background-color: rgb(158,169,148); }
div.DivClassName
{
background-color: #9EA994;
}
.BgClassName
{
background-color: #9EA994;
}
</style>
border-color css
<style>
span { border-color: #9EA994; }
span { border-color: rgb(158,169,148); }
td.TdClassName
{
border-color: #9EA994;
}
.TagClassName
{
border-color: #9EA994;
}
</style>