#1ECE74

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

Shades of Mountain Meadow #1ECE74

Tints of Mountain Meadow #1ECE74

Color information

#1ECE74 (or 0x1ECE74) is unknown color: approx Mountain Meadow. HEX triplet: 1E, CE and 74. RGB value is (30,206,116). Sum of RGB (Red+Green+Blue) = 30+206+116=352 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.52% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECE74 is #E1318B. Grayscale: #8F8F8F. Windows color (decimal): -14758284 or 7654942. OLE color: 7654942.

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

Color convert

RGB30206116-
CMYK0.8500.440.19
HSL149.32º74.58%46.27%-
HSV(B)149.32º85.44%80.78%-
XYZ25.7645.6823.98-
YUV143.12112.6947.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.52%
GREEN value IS 206 (80.86% from 255) = 58.52%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=8.52%
G=58.52%
B=32.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal302061160.8500.440.19149.3274.5846.27
Hex1ECE745502C13954b2e
Octal363161641250542322511356
Binary111101100111011101001010101010110010011100101011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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