Shades of Norway #9EAF8E
Tints of Norway #9EAF8E
RGB
CMYK
RGB Variations
Color information
#9EAF8E (or 0x9EAF8E) is known color: Norway. HEX triplet: 9E, AF and 8E. RGB value is (158,175,142). Sum of RGB (Red+Green+Blue) = 158+175+142=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAF8E is #615071. Grayscale: #A6A6A6. Windows color (decimal): -6377586 or 9351070. OLE color: 9351070.
HSL color Cylindrical-coordinate representation of color #9EAF8E: hue angle of 90.91º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EAF8E is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 142 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.31 |
| HSL | 90.91º | 0.17% | 0.62% | - |
| HSV(B) | 90.91º | 0.19% | 0.69% | - |
| XYZ | 34.31 | 39.88 | 31.48 | - |
| YUV | 166.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 142 | 0.10 | 0 | 0.19 | 0.31 | 90.91 | 0.17 | 0.62 |
| Hex | 9E | AF | 8E | A | 0 | 13 | 1F | 5B | 11 | 3E |
| Octal | 236 | 257 | 216 | 12 | 0 | 23 | 37 | 133 | 21 | 76 |
| Binary | 10011110 | 10101111 | 10001110 | 1010 | 0 | 10011 | 11111 | 1011011 | 10001 | 111110 |
Color Harmonies of #9EAF8E
Complementary color
Monochromatic Colors of #9EAF8E
Black with #9EAF8E
Text Example
Text Example
White with #9EAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAF8E; }
p { color: rgb(158,175,142); }
H1.HeaderClassName
{
color: #9EAF8E;
}
.AnyTagClassName
{
color: #9EAF8E;
}
</style>
background-color css
<style>
a { background-color: #9EAF8E; }
a { background-color: rgb(158,175,142); }
div.DivClassName
{
background-color: #9EAF8E;
}
.BgClassName
{
background-color: #9EAF8E;
}
</style>
border-color css
<style>
span { border-color: #9EAF8E; }
span { border-color: rgb(158,175,142); }
td.TdClassName
{
border-color: #9EAF8E;
}
.TagClassName
{
border-color: #9EAF8E;
}
</style>