#9EAC91

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

Shades of Norway #9EAC91

Tints of Norway #9EAC91

Color information

#9EAC91 (or 0x9EAC91) is unknown color: approx Norway. HEX triplet: 9E, AC and 91. RGB value is (158,172,145). Sum of RGB (Red+Green+Blue) = 158+172+145=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC91 is #61536E. Grayscale: #A4A4A4. Windows color (decimal): -6378351 or 9546910. OLE color: 9546910.

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

Color convert

RGB158172145-
CMYK0.0800.160.33
HSL91.11º13.99%62.16%-
HSV(B)91.11º15.7%67.45%-
XYZ33.9638.8232.49-
YUV164.74116.86123.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=33.26%
G=36.21%
B=30.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581721450.0800.160.3391.1113.9962.16
Hex9EAC918010215be3e
Octal23625422110020411331676
Binary100111101010110010010001100001000010000110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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