Shades of Norway #9EAB8E
Tints of Norway #9EAB8E
RGB
CMYK
RGB Variations
Color information
#9EAB8E (or 0x9EAB8E) is known color: Norway. HEX triplet: 9E, AB and 8E. RGB value is (158,171,142). Sum of RGB (Red+Green+Blue) = 158+171+142=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAB8E is #615471. Grayscale: #A3A3A3. Windows color (decimal): -6378610 or 9350046. OLE color: 9350046.
HSL color Cylindrical-coordinate representation of color #9EAB8E: hue angle of 86.9º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EAB8E is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 142 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.33 |
| HSL | 86.9º | 0.15% | 0.61% | - |
| HSV(B) | 86.9º | 0.17% | 0.67% | - |
| XYZ | 33.55 | 38.35 | 31.23 | - |
| YUV | 163.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 142 | 0.08 | 0 | 0.17 | 0.33 | 86.9 | 0.15 | 0.61 |
| Hex | 9E | AB | 8E | 8 | 0 | 11 | 21 | 57 | F | 3D |
| Octal | 236 | 253 | 216 | 10 | 0 | 21 | 41 | 127 | 17 | 75 |
| Binary | 10011110 | 10101011 | 10001110 | 1000 | 0 | 10001 | 100001 | 1010111 | 1111 | 111101 |
Color Harmonies of #9EAB8E
Complementary color
Monochromatic Colors of #9EAB8E
Black with #9EAB8E
Text Example
Text Example
White with #9EAB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB8E; }
p { color: rgb(158,171,142); }
H1.HeaderClassName
{
color: #9EAB8E;
}
.AnyTagClassName
{
color: #9EAB8E;
}
</style>
background-color css
<style>
a { background-color: #9EAB8E; }
a { background-color: rgb(158,171,142); }
div.DivClassName
{
background-color: #9EAB8E;
}
.BgClassName
{
background-color: #9EAB8E;
}
</style>
border-color css
<style>
span { border-color: #9EAB8E; }
span { border-color: rgb(158,171,142); }
td.TdClassName
{
border-color: #9EAB8E;
}
.TagClassName
{
border-color: #9EAB8E;
}
</style>