Shades of Norway #9EAC93
Tints of Norway #9EAC93
RGB
CMYK
RGB Variations
Color information
#9EAC93 (or 0x9EAC93) is known color: Norway. HEX triplet: 9E, AC and 93. RGB value is (158,172,147). Sum of RGB (Red+Green+Blue) = 158+172+147=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC93 is #61536C. Grayscale: #A5A5A5. Windows color (decimal): -6378349 or 9677982. OLE color: 9677982.
HSL color Cylindrical-coordinate representation of color #9EAC93: hue angle of 93.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EAC93 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 147 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.33 |
| HSL | 93.6º | 0.13% | 0.63% | - |
| HSV(B) | 93.6º | 0.15% | 0.67% | - |
| XYZ | 34.12 | 38.88 | 33.31 | - |
| YUV | 164.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 147 | 0.08 | 0 | 0.15 | 0.33 | 93.6 | 0.13 | 0.63 |
| Hex | 9E | AC | 93 | 8 | 0 | F | 21 | 5E | D | 3F |
| Octal | 236 | 254 | 223 | 10 | 0 | 17 | 41 | 136 | 15 | 77 |
| Binary | 10011110 | 10101100 | 10010011 | 1000 | 0 | 1111 | 100001 | 1011110 | 1101 | 111111 |
Color Harmonies of #9EAC93
Complementary color
Monochromatic Colors of #9EAC93
Black with #9EAC93
Text Example
Text Example
White with #9EAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC93; }
p { color: rgb(158,172,147); }
H1.HeaderClassName
{
color: #9EAC93;
}
.AnyTagClassName
{
color: #9EAC93;
}
</style>
background-color css
<style>
a { background-color: #9EAC93; }
a { background-color: rgb(158,172,147); }
div.DivClassName
{
background-color: #9EAC93;
}
.BgClassName
{
background-color: #9EAC93;
}
</style>
border-color css
<style>
span { border-color: #9EAC93; }
span { border-color: rgb(158,172,147); }
td.TdClassName
{
border-color: #9EAC93;
}
.TagClassName
{
border-color: #9EAC93;
}
</style>