Shades of Norway #9EC189
Tints of Norway #9EC189
RGB
CMYK
RGB Variations
Color information
#9EC189 (or 0x9EC189) is known color: Norway. HEX triplet: 9E, C1 and 89. RGB value is (158,193,137). Sum of RGB (Red+Green+Blue) = 158+193+137=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC189 is #613E76. Grayscale: #B0B0B0. Windows color (decimal): -6372983 or 9027998. OLE color: 9027998.
HSL color Cylindrical-coordinate representation of color #9EC189: hue angle of 97.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EC189 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 137 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.24 |
| HSL | 97.5º | 0.31% | 0.65% | - |
| HSV(B) | 97.5º | 0.29% | 0.76% | - |
| XYZ | 37.69 | 47.22 | 30.79 | - |
| YUV | 176.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 137 | 0.18 | 0 | 0.29 | 0.24 | 97.5 | 0.31 | 0.65 |
| Hex | 9E | C1 | 89 | 12 | 0 | 1D | 18 | 62 | 1F | 41 |
| Octal | 236 | 301 | 211 | 22 | 0 | 35 | 30 | 142 | 37 | 101 |
| Binary | 10011110 | 11000001 | 10001001 | 10010 | 0 | 11101 | 11000 | 1100010 | 11111 | 1000001 |
Color Harmonies of #9EC189
Complementary color
Monochromatic Colors of #9EC189
Black with #9EC189
Text Example
Text Example
White with #9EC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC189; }
p { color: rgb(158,193,137); }
H1.HeaderClassName
{
color: #9EC189;
}
.AnyTagClassName
{
color: #9EC189;
}
</style>
background-color css
<style>
a { background-color: #9EC189; }
a { background-color: rgb(158,193,137); }
div.DivClassName
{
background-color: #9EC189;
}
.BgClassName
{
background-color: #9EC189;
}
</style>
border-color css
<style>
span { border-color: #9EC189; }
span { border-color: rgb(158,193,137); }
td.TdClassName
{
border-color: #9EC189;
}
.TagClassName
{
border-color: #9EC189;
}
</style>