Html Css Color HEX #9EC08D Norway

📋 copy color: '#9EC08D'

red 158 ◦ green 192 ◦ blue 141

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

Shades of Norway #9EC08D

Tints of Norway #9EC08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.1%

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 32.18%
G = 39.1%
B = 28.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#9EC08D (or 0x9EC08D) is known color: 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

RGB 158 192 141 -
CMYK 0.18 0 0.27 0.25
HSL 100º 0.29% 0.65% -
HSV(B) 100º 0.27% 0.75% -
XYZ 37.76 46.89 32.26 -
YUV 176.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 158 192 141 0.18 0 0.27 0.25 100 0.29 0.65
Hex 9E C0 8D 12 0 1B 19 64 1D 41
Octal 236 300 215 22 0 33 31 144 35 101
Binary 10011110 11000000 10001101 10010 0 11011 11001 1100100 11101 1000001

Color Harmonies of #9EC08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC08D

Black with #9EC08D

Text Example


Text Example

White with #9EC08D

Text Example


Text Example

HTML Codes & Css Web 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>