Shades of Norway #9EC08B
Tints of Norway #9EC08B
RGB
CMYK
RGB Variations
Color information
#9EC08B (or 0x9EC08B) is known color: Norway. HEX triplet: 9E, C0 and 8B. RGB value is (158,192,139). Sum of RGB (Red+Green+Blue) = 158+192+139=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC08B is #613F74. Grayscale: #AFAFAF. Windows color (decimal): -6373237 or 9158814. OLE color: 9158814.
HSL color Cylindrical-coordinate representation of color #9EC08B: hue angle of 98.49º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EC08B is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 139 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.25 |
| HSL | 98.49º | 0.3% | 0.65% | - |
| HSV(B) | 98.49º | 0.28% | 0.75% | - |
| XYZ | 37.61 | 46.83 | 31.48 | - |
| YUV | 175.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 139 | 0.18 | 0 | 0.28 | 0.25 | 98.49 | 0.3 | 0.65 |
| Hex | 9E | C0 | 8B | 12 | 0 | 1C | 19 | 62 | 1E | 41 |
| Octal | 236 | 300 | 213 | 22 | 0 | 34 | 31 | 142 | 36 | 101 |
| Binary | 10011110 | 11000000 | 10001011 | 10010 | 0 | 11100 | 11001 | 1100010 | 11110 | 1000001 |
Color Harmonies of #9EC08B
Complementary color
Monochromatic Colors of #9EC08B
Black with #9EC08B
Text Example
Text Example
White with #9EC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC08B; }
p { color: rgb(158,192,139); }
H1.HeaderClassName
{
color: #9EC08B;
}
.AnyTagClassName
{
color: #9EC08B;
}
</style>
background-color css
<style>
a { background-color: #9EC08B; }
a { background-color: rgb(158,192,139); }
div.DivClassName
{
background-color: #9EC08B;
}
.BgClassName
{
background-color: #9EC08B;
}
</style>
border-color css
<style>
span { border-color: #9EC08B; }
span { border-color: rgb(158,192,139); }
td.TdClassName
{
border-color: #9EC08B;
}
.TagClassName
{
border-color: #9EC08B;
}
</style>