Html Css Color HEX #9EC282 Norway

📋 copy color: '#9EC282'

red 158 ◦ green 194 ◦ blue 130

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

Shades of Norway #9EC282

Tints of Norway #9EC282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

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

R = 32.78%
G = 40.25%
B = 26.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#9EC282 (or 0x9EC282) is known color: Norway. HEX triplet: 9E, C2 and 82. RGB value is (158,194,130). Sum of RGB (Red+Green+Blue) = 158+194+130=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC282 is #613D7D. Grayscale: #B0B0B0. Windows color (decimal): -6372734 or 8569502. OLE color: 8569502.

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

Color convert

RGB 158 194 130 -
CMYK 0.19 0 0.33 0.24
HSL 93.75º 0.34% 0.64% -
HSV(B) 93.75º 0.33% 0.76% -
XYZ 37.42 47.46 28.31 -
YUV 175.94 102.07 115.2 -
System Red Green Blue C M Y K H S L
Decimal 158 194 130 0.19 0 0.33 0.24 93.75 0.34 0.64
Hex 9E C2 82 13 0 21 18 5E 22 40
Octal 236 302 202 23 0 41 30 136 42 100
Binary 10011110 11000010 10000010 10011 0 100001 11000 1011110 100010 1000000

Color Harmonies of #9EC282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC282

Black with #9EC282

Text Example


Text Example

White with #9EC282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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