Html Css Color HEX #1EB986 Mountain Meadow

📋 copy color: '#1EB986'

red 30 ◦ green 185 ◦ blue 134

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

Shades of Mountain Meadow #1EB986

Tints of Mountain Meadow #1EB986

RGB

 RED value IS 30 (12.11% from 255) = 8.6%

 GREEN value IS 185 (72.66% from 255) = 53.01%

 BLUE value IS 134 (52.73% from 255) = 38.4%

R = 8.6%
G = 53.01%
B = 38.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#1EB986 (or 0x1EB986) is known color: Mountain Meadow. HEX triplet: 1E, B9 and 86. RGB value is (30,185,134). Sum of RGB (Red+Green+Blue) = 30+185+134=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB986 is #E14679. Grayscale: #848484. Windows color (decimal): -14763642 or 8829214. OLE color: 8829214.

HSL color Cylindrical-coordinate representation of color #1EB986: hue angle of 160.26º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB986 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 30 185 134 -
CMYK 0.84 0 0.28 0.27
HSL 160.26º 0.72% 0.42% -
HSV(B) 160.26º 0.84% 0.73% -
XYZ 22.19 36.7 28.47 -
YUV 132.84 128.65 54.65 -
System Red Green Blue C M Y K H S L
Decimal 30 185 134 0.84 0 0.28 0.27 160.26 0.72 0.42
Hex 1E B9 86 54 0 1C 1B A0 48 2A
Octal 36 271 206 124 0 34 33 240 110 52
Binary 11110 10111001 10000110 1010100 0 11100 11011 10100000 1001000 101010

Color Harmonies of #1EB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB986

Black with #1EB986

Text Example


Text Example

White with #1EB986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EB986; }

 p { color: rgb(30,185,134); }

 H1.HeaderClassName
 {
   color: #1EB986;
 }
 .AnyTagClassName
 {
   color: #1EB986;
 }
</style>

background-color css

<style>
 a { background-color: #1EB986; }

 a { background-color: rgb(30,185,134); }

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

border-color css

<style>
 span { border-color: #1EB986; }

 span { border-color: rgb(30,185,134); }

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