Html Css Color HEX #1EC48E Mountain Meadow

📋 copy color: '#1EC48E'

red 30 ◦ green 196 ◦ blue 142

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

Shades of Mountain Meadow #1EC48E

Tints of Mountain Meadow #1EC48E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.26%

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 8.15%
G = 53.26%
B = 38.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#1EC48E (or 0x1EC48E) is known color: Mountain Meadow. HEX triplet: 1E, C4 and 8E. RGB value is (30,196,142). Sum of RGB (Red+Green+Blue) = 30+196+142=368 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.15% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC48E is #E13B71. Grayscale: #8C8C8C. Windows color (decimal): -14760818 or 9356318. OLE color: 9356318.

HSL color Cylindrical-coordinate representation of color #1EC48E: hue angle of 160.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC48E is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 30 196 142 -
CMYK 0.85 0 0.28 0.23
HSL 160.48º 0.73% 0.44% -
HSV(B) 160.48º 0.85% 0.77% -
XYZ 25.16 41.71 32.32 -
YUV 140.21 129 49.39 -
System Red Green Blue C M Y K H S L
Decimal 30 196 142 0.85 0 0.28 0.23 160.48 0.73 0.44
Hex 1E C4 8E 55 0 1C 17 A0 49 2C
Octal 36 304 216 125 0 34 27 240 111 54
Binary 11110 11000100 10001110 1010101 0 11100 10111 10100000 1001001 101100

Color Harmonies of #1EC48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC48E

Black with #1EC48E

Text Example


Text Example

White with #1EC48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,196,142); }

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

background-color css

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

 a { background-color: rgb(30,196,142); }

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

border-color css

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

 span { border-color: rgb(30,196,142); }

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