Html Css Color HEX #1EC074 Mountain Meadow

📋 copy color: '#1EC074'

red 30 ◦ green 192 ◦ blue 116

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

Shades of Mountain Meadow #1EC074

Tints of Mountain Meadow #1EC074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 8.88%
G = 56.8%
B = 34.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#1EC074 (or 0x1EC074) is known color: Mountain Meadow. HEX triplet: 1E, C0 and 74. RGB value is (30,192,116). Sum of RGB (Red+Green+Blue) = 30+192+116=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC074 is #E13F8B. Grayscale: #878787. Windows color (decimal): -14761868 or 7651358. OLE color: 7651358.

HSL color Cylindrical-coordinate representation of color #1EC074: hue angle of 151.85º 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 #1EC074 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 192 116 -
CMYK 0.84 0 0.40 0.25
HSL 151.85º 0.73% 0.44% -
HSV(B) 151.85º 0.84% 0.75% -
XYZ 22.54 39.24 22.91 -
YUV 134.9 117.33 53.18 -
System Red Green Blue C M Y K H S L
Decimal 30 192 116 0.84 0 0.40 0.25 151.85 0.73 0.44
Hex 1E C0 74 54 0 28 19 98 49 2C
Octal 36 300 164 124 0 50 31 230 111 54
Binary 11110 11000000 1110100 1010100 0 101000 11001 10011000 1001001 101100

Color Harmonies of #1EC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC074

Black with #1EC074

Text Example


Text Example

White with #1EC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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