#9EA994

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

Shades of Norway #9EA994

Tints of Norway #9EA994

Color information

#9EA994 (or 0x9EA994) is unknown color: approx Norway. HEX triplet: 9E, A9 and 94. RGB value is (158,169,148). Sum of RGB (Red+Green+Blue) = 158+169+148=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA994 is #61566B. Grayscale: #A3A3A3. Windows color (decimal): -6379116 or 9742750. OLE color: 9742750.

HSL color Cylindrical-coordinate representation of color #9EA994: hue angle of 91.43º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA994 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB158169148-
CMYK0.0700.120.34
HSL91.43º10.88%62.16%-
HSV(B)91.43º12.43%66.27%-
XYZ33.6337.7833.54-
YUV163.32119.36124.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=33.26%
G=35.58%
B=31.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581691480.0700.120.3491.4310.8862.16
Hex9EA99470C225bb3e
Octal2362512247014421331376
Binary1001111010101001100101001110110010001010110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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