#9EAD94

Color #9EAD94 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9EAD94

Tints of Norway #9EAD94

Color information

#9EAD94 (or 0x9EAD94) is unknown color: approx Norway. HEX triplet: 9E, AD and 94. RGB value is (158,173,148). Sum of RGB (Red+Green+Blue) = 158+173+148=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAD94 is #61526B. Grayscale: #A5A5A5. Windows color (decimal): -6378092 or 9743774. OLE color: 9743774.

HSL color Cylindrical-coordinate representation of color #9EAD94: hue angle of 96º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EAD94 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB158173148-
CMYK0.0900.140.32
HSL96º13.23%62.94%-
HSV(B)96º14.45%67.84%-
XYZ34.3939.2933.79-
YUV165.66118.03122.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=32.99%
G=36.12%
B=30.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581731480.0900.140.329613.2362.94
Hex9EAD9490E2060d3f
Octal23625522411016401401577
Binary10011110101011011001010010010111010000011000001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAD94; }

 p { color: rgb(158,173,148); }

 H1.HeaderClassName
 {
   color: #9EAD94;
 }
 .AnyTagClassName
 {
   color: #9EAD94;
 }
</style>
background-color css

<style>
 a { background-color: #9EAD94; }

 a { background-color: rgb(158,173,148); }

 div.DivClassName
 {
   background-color: #9EAD94;
 }
 .BgClassName
 {
   background-color: #9EAD94;
 }
</style>
border-color css

<style>
 span { border-color: #9EAD94; }

 span { border-color: rgb(158,173,148); }

 td.TdClassName
 {
   border-color: #9EAD94;
 }
 .TagClassName
 {
   border-color: #9EAD94;
 }
</style>