#1ECF84

Color #1ECF84 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1ECF84

Tints of Mountain Meadow #1ECF84

Color information

#1ECF84 (or 0x1ECF84) is unknown color: approx Mountain Meadow. HEX triplet: 1E, CF and 84. RGB value is (30,207,132). Sum of RGB (Red+Green+Blue) = 30+207+132=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECF84 is #E1307B. Grayscale: #919191. Windows color (decimal): -14758012 or 8703774. OLE color: 8703774.

HSL color Cylindrical-coordinate representation of color #1ECF84: hue angle of 154.58º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECF84 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB30207132-
CMYK0.8600.360.19
HSL154.58º74.68%46.47%-
HSV(B)154.58º85.51%81.18%-
XYZ27.0146.5729.39-
YUV145.53120.3645.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.13%
GREEN value IS 207 (81.25% from 255) = 56.10%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=8.13%
G=56.10%
B=35.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal302071320.8600.360.19154.5874.6846.47
Hex1ECF8456024139b4b2e
Octal363172041260442323311356
Binary1111011001111100001001010110010010010011100110111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,207,132); }

 H1.HeaderClassName
 {
   color: #1ECF84;
 }
 .AnyTagClassName
 {
   color: #1ECF84;
 }
</style>
background-color css

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

 a { background-color: rgb(30,207,132); }

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

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

 span { border-color: rgb(30,207,132); }

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