Html Css Color HEX #1EC070 Mountain Meadow

📋 copy color: '#1EC070'

red 30 ◦ green 192 ◦ blue 112

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

Shades of Mountain Meadow #1EC070

Tints of Mountain Meadow #1EC070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 8.98%
G = 57.49%
B = 33.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#1EC070 (or 0x1EC070) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 70. RGB value is (30,192,112). Sum of RGB (Red+Green+Blue) = 30+192+112=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC070 is #E13F8F. Grayscale: #868686. Windows color (decimal): -14761872 or 7389214. OLE color: 7389214.

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

Color convert

RGB 30 192 112 -
CMYK 0.84 0 0.42 0.25
HSL 150.37º 0.73% 0.44% -
HSV(B) 150.37º 0.84% 0.75% -
XYZ 22.31 39.15 21.71 -
YUV 134.44 115.33 53.5 -
System Red Green Blue C M Y K H S L
Decimal 30 192 112 0.84 0 0.42 0.25 150.37 0.73 0.44
Hex 1E C0 70 54 0 2A 19 96 49 2C
Octal 36 300 160 124 0 52 31 226 111 54
Binary 11110 11000000 1110000 1010100 0 101010 11001 10010110 1001001 101100

Color Harmonies of #1EC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC070

Black with #1EC070

Text Example


Text Example

White with #1EC070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,192,112); }

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

background-color css

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

 a { background-color: rgb(30,192,112); }

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

border-color css

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

 span { border-color: rgb(30,192,112); }

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