#9EAC93

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

Shades of Norway #9EAC93

Tints of Norway #9EAC93

Color information

#9EAC93 (or 0x9EAC93) is unknown color: approx Norway. HEX triplet: 9E, AC and 93. RGB value is (158,172,147). Sum of RGB (Red+Green+Blue) = 158+172+147=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC93 is #61536C. Grayscale: #A5A5A5. Windows color (decimal): -6378349 or 9677982. OLE color: 9677982.

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

Color convert

RGB158172147-
CMYK0.0800.150.33
HSL93.6º13.09%62.55%-
HSV(B)93.6º14.53%67.45%-
XYZ34.1238.8833.31-
YUV164.96117.86123.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=33.12%
G=36.06%
B=30.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581721470.0800.150.3393.613.0962.55
Hex9EAC9380F215ed3f
Octal23625422310017411361577
Binary10011110101011001001001110000111110000110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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