Html Css Color HEX #9EC182 Norway

📋 copy color: '#9EC182'

red 158 ◦ green 193 ◦ blue 130

#9EC182
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #9EC182

Tints of Norway #9EC182

RGB

 RED value IS 158 (62.11% from 255) = 32.85%

 GREEN value IS 193 (75.78% from 255) = 40.12%

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 32.85%
G = 40.12%
B = 27.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#9EC182 (or 0x9EC182) is known color: Norway. HEX triplet: 9E, C1 and 82. RGB value is (158,193,130). Sum of RGB (Red+Green+Blue) = 158+193+130=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC182 is #613E7D. Grayscale: #AFAFAF. Windows color (decimal): -6372990 or 8569246. OLE color: 8569246.

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

Color convert

RGB 158 193 130 -
CMYK 0.18 0 0.33 0.24
HSL 93.33º 0.34% 0.63% -
HSV(B) 93.33º 0.33% 0.76% -
XYZ 37.2 47.02 28.23 -
YUV 175.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 158 193 130 0.18 0 0.33 0.24 93.33 0.34 0.63
Hex 9E C1 82 12 0 21 18 5D 22 3F
Octal 236 301 202 22 0 41 30 135 42 77
Binary 10011110 11000001 10000010 10010 0 100001 11000 1011101 100010 111111

Color Harmonies of #9EC182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC182

Black with #9EC182

Text Example


Text Example

White with #9EC182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EC182;
 }
 .AnyTagClassName
 {
   color: #9EC182;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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