#9EC18B

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

Shades of Norway #9EC18B

Tints of Norway #9EC18B

Color information

#9EC18B (or 0x9EC18B) is unknown color: approx Norway. HEX triplet: 9E, C1 and 8B. RGB value is (158,193,139). Sum of RGB (Red+Green+Blue) = 158+193+139=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC18B is #613E74. Grayscale: #B0B0B0. Windows color (decimal): -6372981 or 9159070. OLE color: 9159070.

HSL color Cylindrical-coordinate representation of color #9EC18B: hue angle of 98.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EC18B is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB158193139-
CMYK0.1800.280.24
HSL98.89º30.34%65.1%-
HSV(B)98.89º27.98%75.69%-
XYZ37.8347.2731.56-
YUV176.38106.9114.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.24%
GREEN value IS 193 (75.78% from 255) = 39.39%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=32.24%
G=39.39%
B=28.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581931390.1800.280.2498.8930.3465.1
Hex9EC18B1201C18631e41
Octal236301213220343014336101
Binary10011110110000011000101110010011100110001100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,193,139); }

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

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

 a { background-color: rgb(158,193,139); }

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

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

 span { border-color: rgb(158,193,139); }

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