Html Css Color HEX #9EC085 Norway

📋 copy color: '#9EC085'

red 158 ◦ green 192 ◦ blue 133

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

Shades of Norway #9EC085

Tints of Norway #9EC085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 32.71%
G = 39.75%
B = 27.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#9EC085 (or 0x9EC085) is known color: Norway. HEX triplet: 9E, C0 and 85. RGB value is (158,192,133). Sum of RGB (Red+Green+Blue) = 158+192+133=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC085 is #613F7A. Grayscale: #AFAFAF. Windows color (decimal): -6373243 or 8765598. OLE color: 8765598.

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

Color convert

RGB 158 192 133 -
CMYK 0.18 0 0.31 0.25
HSL 94.58º 0.32% 0.64% -
HSV(B) 94.58º 0.31% 0.75% -
XYZ 37.18 46.66 29.24 -
YUV 175.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 158 192 133 0.18 0 0.31 0.25 94.58 0.32 0.64
Hex 9E C0 85 12 0 1F 19 5F 20 40
Octal 236 300 205 22 0 37 31 137 40 100
Binary 10011110 11000000 10000101 10010 0 11111 11001 1011111 100000 1000000

Color Harmonies of #9EC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC085

Black with #9EC085

Text Example


Text Example

White with #9EC085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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