#9EC08D

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

Shades of Norway #9EC08D

Tints of Norway #9EC08D

Color information

#9EC08D (or 0x9EC08D) is unknown color: approx Norway. HEX triplet: 9E, C0 and 8D. RGB value is (158,192,141). Sum of RGB (Red+Green+Blue) = 158+192+141=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC08D is #613F72. Grayscale: #B0B0B0. Windows color (decimal): -6373235 or 9289886. OLE color: 9289886.

HSL color Cylindrical-coordinate representation of color #9EC08D: hue angle of 100º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EC08D is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB158192141-
CMYK0.1800.270.25
HSL100º28.81%65.29%-
HSV(B)100º26.56%75.29%-
XYZ37.7646.8932.26-
YUV176.02108.24115.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=32.18%
G=39.10%
B=28.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581921410.1800.270.2510028.8165.29
Hex9EC08D1201B19641d41
Octal236300215220333114435101
Binary10011110110000001000110110010011011110011100100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,192,141); }

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

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

 a { background-color: rgb(158,192,141); }

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

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

 span { border-color: rgb(158,192,141); }

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