#9EAC94

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

Shades of Norway #9EAC94

Tints of Norway #9EAC94

Color information

#9EAC94 (or 0x9EAC94) is unknown color: approx Norway. HEX triplet: 9E, AC and 94. RGB value is (158,172,148). Sum of RGB (Red+Green+Blue) = 158+172+148=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC94 is #61536B. Grayscale: #A5A5A5. Windows color (decimal): -6378348 or 9743518. OLE color: 9743518.

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

Color convert

RGB158172148-
CMYK0.0800.140.33
HSL95º12.63%62.75%-
HSV(B)95º13.95%67.45%-
XYZ34.238.9133.73-
YUV165.08118.36122.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.05%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=33.05%
G=35.98%
B=30.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581721480.0800.140.339512.6362.75
Hex9EAC9480E215fd3f
Octal23625422410016411371577
Binary10011110101011001001010010000111010000110111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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