Shades of Norway #9EAD8F
Tints of Norway #9EAD8F
RGB
CMYK
RGB Variations
Color information
#9EAD8F (or 0x9EAD8F) is known color: Norway. HEX triplet: 9E, AD and 8F. RGB value is (158,173,143). Sum of RGB (Red+Green+Blue) = 158+173+143=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAD8F is #615270. Grayscale: #A5A5A5. Windows color (decimal): -6378097 or 9416094. OLE color: 9416094.
HSL color Cylindrical-coordinate representation of color #9EAD8F: hue angle of 90º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EAD8F is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 173 | 143 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.32 |
| HSL | 90º | 0.15% | 0.62% | - |
| HSV(B) | 90º | 0.17% | 0.68% | - |
| XYZ | 34 | 39.14 | 31.75 | - |
| YUV | 165.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 143 | 0.09 | 0 | 0.17 | 0.32 | 90 | 0.15 | 0.62 |
| Hex | 9E | AD | 8F | 9 | 0 | 11 | 20 | 5A | F | 3E |
| Octal | 236 | 255 | 217 | 11 | 0 | 21 | 40 | 132 | 17 | 76 |
| Binary | 10011110 | 10101101 | 10001111 | 1001 | 0 | 10001 | 100000 | 1011010 | 1111 | 111110 |
Color Harmonies of #9EAD8F
Complementary color
Monochromatic Colors of #9EAD8F
Black with #9EAD8F
Text Example
Text Example
White with #9EAD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAD8F; }
p { color: rgb(158,173,143); }
H1.HeaderClassName
{
color: #9EAD8F;
}
.AnyTagClassName
{
color: #9EAD8F;
}
</style>
background-color css
<style>
a { background-color: #9EAD8F; }
a { background-color: rgb(158,173,143); }
div.DivClassName
{
background-color: #9EAD8F;
}
.BgClassName
{
background-color: #9EAD8F;
}
</style>
border-color css
<style>
span { border-color: #9EAD8F; }
span { border-color: rgb(158,173,143); }
td.TdClassName
{
border-color: #9EAD8F;
}
.TagClassName
{
border-color: #9EAD8F;
}
</style>