#9EC283

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

Shades of Norway #9EC283

Tints of Norway #9EC283

Color information

#9EC283 (or 0x9EC283) is unknown color: approx Norway. HEX triplet: 9E, C2 and 83. RGB value is (158,194,131). Sum of RGB (Red+Green+Blue) = 158+194+131=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC283 is #613D7C. Grayscale: #B0B0B0. Windows color (decimal): -6372733 or 8635038. OLE color: 8635038.

HSL color Cylindrical-coordinate representation of color #9EC283: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EC283 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB158194131-
CMYK0.1900.320.24
HSL94.29º34.05%63.73%-
HSV(B)94.29º32.47%76.08%-
XYZ37.4947.4928.66-
YUV176.05102.57115.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.71%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=32.71%
G=40.17%
B=27.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581941310.1900.320.2494.2934.0563.73
Hex9EC28313020185e2240
Octal236302203230403013642100
Binary1001111011000010100000111001101000001100010111101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,194,131); }

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

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

 a { background-color: rgb(158,194,131); }

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

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

 span { border-color: rgb(158,194,131); }

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