Shades of Norway #9EAE8F
Tints of Norway #9EAE8F
RGB
CMYK
RGB Variations
Color information
#9EAE8F (or 0x9EAE8F) is known color: Norway. HEX triplet: 9E, AE and 8F. RGB value is (158,174,143). Sum of RGB (Red+Green+Blue) = 158+174+143=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAE8F is #615170. Grayscale: #A5A5A5. Windows color (decimal): -6377841 or 9416350. OLE color: 9416350.
HSL color Cylindrical-coordinate representation of color #9EAE8F: hue angle of 90.97º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EAE8F is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 174 | 143 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.32 |
| HSL | 90.97º | 0.16% | 0.62% | - |
| HSV(B) | 90.97º | 0.18% | 0.68% | - |
| XYZ | 34.19 | 39.52 | 31.81 | - |
| YUV | 165.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 174 | 143 | 0.09 | 0 | 0.18 | 0.32 | 90.97 | 0.16 | 0.62 |
| Hex | 9E | AE | 8F | 9 | 0 | 12 | 20 | 5B | 10 | 3E |
| Octal | 236 | 256 | 217 | 11 | 0 | 22 | 40 | 133 | 20 | 76 |
| Binary | 10011110 | 10101110 | 10001111 | 1001 | 0 | 10010 | 100000 | 1011011 | 10000 | 111110 |
Color Harmonies of #9EAE8F
Complementary color
Monochromatic Colors of #9EAE8F
Black with #9EAE8F
Text Example
Text Example
White with #9EAE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAE8F; }
p { color: rgb(158,174,143); }
H1.HeaderClassName
{
color: #9EAE8F;
}
.AnyTagClassName
{
color: #9EAE8F;
}
</style>
background-color css
<style>
a { background-color: #9EAE8F; }
a { background-color: rgb(158,174,143); }
div.DivClassName
{
background-color: #9EAE8F;
}
.BgClassName
{
background-color: #9EAE8F;
}
</style>
border-color css
<style>
span { border-color: #9EAE8F; }
span { border-color: rgb(158,174,143); }
td.TdClassName
{
border-color: #9EAE8F;
}
.TagClassName
{
border-color: #9EAE8F;
}
</style>